Top "Php-extension" questions

The PHP language can be enhanced through the use of extensions, which provide to PHP scripts new internal functions, classes, resource types, streams (also stream wrappers and filters) and, in general, can do anything a native program would be able to do.

Startup: Unable to load dynamic library '/usr/lib/php/modules/module.so'

When I run the command php -v this error comes up PHP Warning: PHP Startup: Unable to load dynamic library …

php php-extension
Can't phpize or configure an extension in OS X 10.9 Mavericks

I am trying to build the memcached extension on OS X 10.9 Mavericks for use with the built in PHP 5.4, initially …

php macos php-extension osx-mavericks
Docker image build with PHP zip extension shows "bundled libzip is deprecated" warning

I have a Dockerfile with a build command like this: #install some base extensions RUN apt-get install -y \ zlib1g-dev \ …

php docker php-extension libzip
pgsql.so is not loaded in PHP

I've been tasked to create a PHP app which accesses an existing PostgreSQL database. This is my first time working …

php apache php-extension
How to install php extension using pecl for specific php version, when several php versions installed in system?

I have installed both php5.6 and php7.0 from PPA on Ubuntu according to this manual http://lornajane.net/posts/2016/php-7…

php ubuntu php-7 php-extension pecl
Run `docker-php-ext-install` FROM container other than php

I have a problem with Docker (docker-compose). I want to install some PHP extensions using docker-compose.yml, but I am …

docker docker-compose dockerfile php-extension
Install/activate PHP "intl" extension running MAMP

Ok, I'm running MAMP 1.9.5, which includes PHP 5.3.5, on my MacBook Pro. The "intl" extension isn't included/activated and I've tried …

php macos mamp php-extension symfony
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.…

php apache curl ubuntu-14.04 php-extension
PHP module is already loaded warning

Just noticed, that PHP throws warnings, when executed on the CLI: php module is already loaded $ php -v PHP Warning: …

php configuration-files php-extension
PHP modules don't load after installing PHP 7 to my server

I installed PHP 7 to my server (as a result, I have not /etc/php5 and /etc/php/7.0). When I run …

php curl ini php-extension ubuntu-server