We're having such a big problem in our Centos server in order to have working the SOAP client of PHP 5.3.3 (Plesk 9.5).
One of our customers reported us that they were having problems to consume some webservices from the server. They were the firsts that noticed that the SOAP module wasn't aparently installed.
When you execute on php -v that, these errors appears soon:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/soap.so' - /usr/lib64/php/modules/soap.so: undefined symbol: zval_property_ctor in Unknown on line 0
We've tried to remove and install the extension via yum, but doesn't work either. Miraculously, we had problems too with two extensions and we've solved it with the files provided in this thread:
- http://forum.parallels.com/showthread.php?t=258476
Please, any help would be very appreciated.
One of our customers reported us that they were having problems to consume some webservices from the server. They were the firsts that noticed that the SOAP module wasn't aparently installed.
When you execute on php -v that, these errors appears soon:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/soap.so' - /usr/lib64/php/modules/soap.so: undefined symbol: zval_property_ctor in Unknown on line 0
We've tried to remove and install the extension via yum, but doesn't work either. Miraculously, we had problems too with two extensions and we've solved it with the files provided in this thread:
- http://forum.parallels.com/showthread.php?t=258476
Please, any help would be very appreciated.
Last edited: