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.

Install PHP intl extension on MacOS

I am facing some issues in the installation of Cakephp. I hope any one had faced the same issue. The …

php macos xampp php-extension
PHP Warning: Unable to load dynamic library

Ok I have PHP working on my mac os x Apache 2 server. Problem I am having is it can't seem …

php apache sqlite apache2 php-extension
sudo: pecl7.2-sp: command not found

I need to install GeoIP on PHP 7.2 . For this I am using following commands - sudo apt-get -y install gcc …

apache apache2 apt-get php-extension php-7.2
How to install mcrypt on Docker

I have a Docker Container with Phalcon3 and php 7. I am trying to install the php extension Mcrypt without luck. …

docker mcrypt php-extension
PHP intl extension in Docker container

I'm trying to load the intl PHP extension in my Docker container, but it doesn't seem to work. Have already …

php docker php-extension intl
How to install PHP 7 extension "memcache" on Windows

I'm having huge problems installing memcached extension for php. Currently using: OS: Windows 10 x64 PHP: 7.0.1 via XAMPP Apache: 2.4.18 (Win32) I …

php windows memcached php-extension php-7
PHP 5.3+ enable_dl not enabling dl()?

I am trying to install a 3rd party PHP extension (.so) into PHP 5.3.6-13 on Ubuntu 11.10 and use it in …

php php-extension
PHP extensions not loading in phpinfo

So I'm running MAMP on Mountain Lion and I've installed gmagick and imagick using pecl, both are relase candidates (mainly …

php imagick php-extension gmagick
phpredis extension doesn't work, unable to load 'redis.so'

I installed nginx, php, php-fpm, php-pecl-redis by yum. All of them work but the last one. When I run /usr/…

redis php-extension phpredis
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 …

php imagick php-extension