Top "Pecl" questions

PECL is a repository for PHP Extensions, providing a directory of all known extensions and hosting facilities for downloading and development of PHP extensions.

Issue in installing php7.2-mcrypt

As I'm trying to load mcrypt extension module from PHP 7.2.X version. So I tried to make use of PECL …

php ubuntu github mcrypt pecl
$PHP_AUTOCONF errors on mac os x 10.7.3 when trying to install pecl extensions

I am trying to setup my machine with pecl_http and memcache and in both cases, I get similar errors. …

php macos installation autoconf pecl
pecl:command not found

I'm trying to run the following command in terminal on my macbook pro cd /tmp; pecl download memcached but im …

php macos pecl
Howto: Install Imagick (for php) on Ubuntu 11.10

I'm attempting to install ImagicK as its required for a Yii Extension I want to use for my project. I've …

php imagick pecl
struggling to install PHP pecl on Centos

I'm trying to install the php_http PHP extension on my CentOS server. I have done: yum install php-pear But …

php linux centos pecl
Installing pecl and pear on OS X 10.11 El Capitan, macOS 10.12 Sierra, macOS 10.13 High Sierra (< 10.13.3)

So it looks like the new 'System Integrity Protection' lockdown of /usr (among other directories) makes pear and pecl a …

php macos pear pecl
configure: error: Please reinstall the libzip distribution

I am getting this error, when trying to install Zip for PHP 7: pecl install zip yields the error configure: error: …

php php-7 pecl
PECL extension for Windows

I found a few related posts here but didn't get my answer. So posting again. How would I install a …

php dll pecl
Install PECL on Mac OS X 10.6

Is there any way to install PHP:s PECL handler on Mac OS X 10.6, to be used with the bundled …

php osx-snow-leopard pecl
How to install mcrypt on PHP 7.3.3 ubuntu

I tried to follow: PHP Warning: PHP Startup: Unable to load dynamic library 'mcrypt.so' sudo apt-get -y install gcc …

php mcrypt pecl