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.

phpize Can't find PHP headers in /usr/include/php

stack: PHP 5.4.23, php-fpm, nginx 1.4.x, centos 6.5 I was trying to install xdebug, had to run phpize command. I have php5…

php centos pecl
"PHP Fatal error: Class 'HttpRequest' not found"

I've been stuck trying to solve this problem in many ways, reading a lot of posts but still having no …

php httprequest osx-lion pecl
Can't get to install 'intl' extension for php on debian

I have a Debian server and I want to install the intl extension through pecl. During the installation it asks …

php debian pecl intl
PHP-friendly NoSQL solutions

I'm looking to use a NoSQL solution for my next project, which will be written in PHP. What choices do …

php nosql pecl
phpize won't work on Mac OS X Lion

I try to install xdebug but I get the follow error message about 'phpize'. How can I fix this thing? …

php macos xdebug pecl
What are differences between PECL and PEAR?

I can see that GD library is for images. But I can't see differences between PECL and PEAR. Both have …

php pear pecl
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
Can I install the memcached PHP extension with PECL?

I'm having trouble installing the "memcached" PHP extension from PECL, though I can successfully installed the "memcache" extension. (They are …

php macos memcached pecl
Installing pecl on debian

I'm trying to instal pecl_http on my server according to manual manual is for ubuntu, but apt-cache search pecl_…

php debian pecl
Install PECL modules without the prompts

I just installed PHP on Ubuntu Natty from source. I'm trying to use PECL to install additional modules like APC …

php pecl