Results 1 to 1 of 1
i have a Centos 5.5 server and i have install apache and php 5.3.5 i have compiled the php with --enable-soap=shared . After that i enable the extension soap.so in ...
- 03-10-2011 #1Just Joined!
- Join Date
- Mar 2011
- Posts
- 1
Apache- PHP- SOAP problem
i have a Centos 5.5 server and i have install apache and php 5.3.5 i have compiled the php with --enable-soap=shared. After that i enable the extension soap.so in php.ini and i restart the server.
Also i whith php -m | grep soap and with php --re soap | grep SoapServer i can see the soap and soapserver.
But when i write in my test.php $server = new SoapServer ( etc) i got an arror in error_log of apache "Class SoapServer not found in ..."
Any ideas?


Reply With Quote