Skip to content
Advertisement

Tag: php-extension

PHP Startup: Unable to load dynamic library `curl.so` Ubuntu

PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/lib/php/20131226/curl.so’ – /usr/lib/php/20131226/curl.so: undefined symbol: zend_unset_property in Unknown on line 0 I am using Ubuntu 14.04 LTS and PHP v5.6 There are other versions in same machine php5 and php7 but php5.6 has been enabled. I tried to install cURL by Now I am getting Unable to load dynamic library curl.so

Docker – How to disable PHP ext / modules

I am working on a PHP API and I would like to disable unused php Modules inside my PHP-FPM image, such as “sqlite3, pdo ..”. I am a docker beginner and I would like to know if is there anything similar to docker-php-ext-enable if not what is the best practice for disabling unused php modules. Answer Finally I found the

PHP Windows extensions won´t load

I’m working on a windows server 2008 R2 machine. I have installed apache 2.2 with php 5.4.25 While trying to enable ldap support for the apache server i found out that the server does not load the extensions. I ran php_info() and this was the result Configuration File (php.ini) Path C:Windows Loaded configuration file: “C:phpphp.ini extension_dir C:phpext I have changed

Trying to get imagick running on PHP 5.4.3 at Windows x64

I have Windows 7 64 bits, PHP 5.4.3 installed through WAMP 2.2 and imagick (ImageMagick-6.8.3-9-Q16-x64-dll.exe). I tried to use the php’s dll of imagick from a lot of sources but all of them give this error in apache_error.log: Any thoughts on how to solve this? Answer perhaps this can help you: step-by-step instructions for installing IMAGEMAGICK on WAMP? and http://www.elxsy.com/2009/07/installing-imagemagick-on-windows-and-using-with-php-imagick/

Advertisement