Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当前 PHP 版本 4.3.8
快速提问:只是想知道我是否可以在 php.ini 下启用soap文件。因为目前它向我抛出了这个错误消息:
Fatal error: Cannot instantiate non-existent class: soapclient in /var/www/html/xxx on line 78
我认为这是因为 SOAP 被禁用,因为当我执行 phpinfo() 时,它也没有列出。
谢谢
找到的解决方案只是得到 nusoap 并且工作正常