php 函数 dl() 的任何替代方案
我需要在我的 PHP 脚本中使用 soapClient
它在本地主机中工作正常,但是当我将它放在远程服务器上时它说 dl()
出于安全原因已被禁用,所以是除了更改 php.ini 文件之外,还有其他方法可以在运行时加载 PHP 扩展吗?
I need to use soapClient
in my PHP script it works fine in localhost but when I put it on the remote server It says dl()
has been disabled for security reasons so is there any other way to load PHP extensions on run time other than change the php.ini
file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不需要。请联系您的服务器管理员并让他们为您加载该模块。
No. Contact your server administrator and have them load the module for you.
如果没有提供您自己的 PHP 二进制文件(您不想),不可以。
Short of supplying your own PHP binary (which you don't want to do), no.