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.
When I run the command php -v this error comes up PHP Warning: PHP Startup: Unable to load dynamic library …
php php-extensionI 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-mavericksI have a Dockerfile with a build command like this: #install some base extensions RUN apt-get install -y \ zlib1g-dev \ …
php docker php-extension libzipI've been tasked to create a PHP app which accesses an existing PostgreSQL database. This is my first time working …
php apache php-extensionI 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 peclI 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-extensionOk, 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 symfonyPHP 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-extensionJust noticed, that PHP throws warnings, when executed on the CLI: php module is already loaded $ php -v PHP Warning: …
php configuration-files php-extensionI 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