0

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

Bill
  • 17,872
  • 19
  • 83
  • 131
  • Please update to a current version of PHP. PHP 4.3.8 is eight years old, and is affected by a number of significant security vulnerabilities. –  Jul 04 '12 at 00:07

1 Answers1

0

Solution found just get nusoap and it works fine

Bill
  • 17,872
  • 19
  • 83
  • 131