PHP Warning: starting PHP: cannot load dynamic library '/usr/lib/php/20131226/curl.so' - / usr / lib / php / 20131226 / curl.so: undefined character: zend_unset_property in Unknown in line 0
I am using Ubuntu 14.04 LTS and PHP v5.6
There are other versions on the same computer php5 and php7 , but php5.6 included. I tried installing cURL with
sudo apt-get install php5.6-curl
Now i get
Unable to load curl.so dynamic library
After starting php -i | grep ini php -i | grep ini i get the following
root@ubuntu :/etc/php/5.6/apache2
And this is the actual warning
PHP Warning: starting PHP: cannot load dynamic library '/usr/lib/php/20131226/curl.so' - / usr / lib / php / 20131226 / curl.so: undefined character: zend_unset_property in Unknown in line 0
It is also verified that cURL is not working. Any help is much appreciated.
Hadi
source share