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.

Install oAuth PECL error: Cannot install, php_dir for channel "pecl.php.net" is not writeable by the current user

I'm trying to instal oAuth on OS X, but I am getting this error in the Terminal: Cannot install, php_…

command-line oauth terminal pecl
How to update timezonedb in PHP (updating timezones info)?

phpinfo() shows our system to be using ""Olson" Timezone Database Version 2010.3". I think that is now out of date, but …

php datetime timezone pecl
sudo pecl install apc returns error

I run the command: sudo pecl install apc The file gets downloaded, the configuration succeeds, then make is launched and …

php pear apc pecl
"Cannot find config.m4." while running phpize in the installation of apd using pecl

I'm trying to get access to rename_function in PHP, and for that I need PECL APD. I'm running Ubuntu 14.04 …

php pecl
Installing/enabling PHP Pecl Intl extension on a default Mac OS X Leopard bundled PHP configuration

How can I install or enable the PHP Pecl Intl extension in my PHP environment? I've got a stock PHP …

php macos pecl icu intl
Pear error "XML Extension not found" on Ubuntu 14.04 after installing php-xml & php-xml7.0

I wanna use the pecl command to install redis to my php on Ubuntu 14.04. But my Pear is giving me …

php xml ubuntu pear pecl
How do I enable the PHP HTTP PECL extension on Windows?

I have an installation of XAMPP version 1.7.3 on Windows 7 x64. I want to enable the PHP HTTP extension. How do …

php windows pecl
What's the Difference Between Extension and zend_extension in php.ini?

When I installed Xdebug through pecl, it added the following line to my php.ini file. extension="xdebug.so" and …

php xdebug pecl php-internals
ZipArchive Library Is Not Enabled When Using PHPExcel

I am using CodeIgniter and PHPExcel to read and write to excel files. Everything worked fine in localhost, but when …

php codeigniter phpexcel pecl ziparchive
How to install http_pecl on PHP 5.x?

I am trying to install pecl_http on Ubuntu 14.04, however it reports to require PHP 7. $ sudo pecl install pecl_http …

php pecl