Search code examples
phpphp4

how to enabled SOAP on PHP 4.3.8


Current PHP version 4.3.8

Quick question: just wondering if i can enable the soap file under php.ini. Because currently it throw me this error message:

Fatal error: Cannot instantiate non-existent class: soapclient in /var/www/html/xxx on line 78

I think its because the SOAP is disabled, because when i do a phpinfo(), it's not listed as well.

Thanks


Solution

  • Solution found just get nusoap and it works fine