Questions tagged [pecl]

PECL (PHP Extension Community Library) is a repository of PHP Extensions.

107 questions
4
votes
1 answer

How can I install a custom (patched) PECL extension?

I'm trying to use the htscanner PECL extension on my CentOS 5/PHP 5.2.6 machine, but there's a bug in the latest version where a newline character is added to the end of every php_value directive. This behavior causes my include_path and error_log…
JKS
  • 153
  • 1
  • 6
3
votes
2 answers

Install MongoDB extension on a specific PHP version

I have a Debian web server on which I installed Apache/Mysql/PHP5 around ISPConfig 3. I manually installed an additionnal PHP version (PHP 7.0.5) in order to have one website on PHP 5, and one website on PHP 7, and everything was working. (I used…
3
votes
2 answers

Can't install Imagick for PHP on Debian from source, error says requires 6.2.4 when I have 6.7.7 installed

Pulling my hair out. PHP built from source, everything working. Now need to install imagick and can't get it installed. I am running Debian on kernel 3.7.1 with PHP 5.3.20 (the last version my app supports, cannot go to PHP 5.4). pecl install…
ctrlbrk
  • 310
  • 1
  • 4
  • 9
3
votes
1 answer

Installing xdiff locally with Apache + PHP

I'm trying to get the xdiff library for PHP installed on my localhost so that I can do some testing with it. My set up is PHP 5.3 + Apache + Mac OS X. Unfortunately, there is no macports port for xdiff. Here's what I've done so far in my /usr/lib…
joshholat
  • 193
  • 1
  • 6
  • 12
3
votes
2 answers

$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. This is on MAC OS X 10.7.3 (lion) and I also have XCODE installed on it. I also installed Zend Server community edition before running these…
krishna
  • 131
  • 1
  • 3
3
votes
2 answers

cPanel on CentOS: PHP with ZIP?

I've been tasked with a project to install PHP 5.2.x so that it has the ZIP extension onto a CentOS server that is already running PHP via cPanel / Easy Apache. Apparently cPanel's version of PHP can't support the ZIP extension natively (can someone…
David W
  • 3,453
  • 5
  • 36
  • 62
3
votes
3 answers

Cannot perform a PECL installation

I have been trying to do a few PECL installations, but all of them return the same type of error. Something related to timezones? Im running RedHat x86_64 es5. Attempting to install geoip-1.0.7: root@server [~]# pecl install geoip-1.0.7 downloading…
Petrusa
  • 31
  • 1
  • 2
3
votes
4 answers

how to install libssh2 on Centos + pecl

I use phing as a deployment tool on CentOS and I'd like to use the SshTask, which required libssh2 to be installed. I tried "pecl install ssh2" but that asks me for a libssh2 prefix [/usr?] I noticed that this means I need to install libssh2 first,…
solsol
  • 1,121
  • 8
  • 21
  • 31
3
votes
1 answer

Pecl complies .so extensions for OSX built-in PHP and not MAMP

I've installed the sphinx binaries and libraries and am now trying to install the PECL sphinx module. My system is running OS X 10.6 with MAMP 1.8.2 installed. I try to install sphinx using the following command: sudo pecl install sphinx The PECL…
Camsoft
  • 961
  • 4
  • 12
  • 21
3
votes
2 answers

Error on installing SVN extension with pecl

I'm trying to install the following PHP extension: http://php.net/manual/en/book.svn.php But when I do pecl install svn-beta I receive an error message that it can't locate the svn_client.h file. I searched the net but couldn't find any useful…
thedp
  • 333
  • 1
  • 6
  • 14
2
votes
2 answers

Where is the Redis module for PHP on CentOS 8 (php-pecl-redis)?

I can't find the package php-pecl-redis on CentOS 8 with EPEL repository enabled. Apparently EPEL no longer provides it. I've only found it on REMI repository, but I would have to replace my entire PHP setup for the one provided by REMI, which I'm…
Rodrigo Renie
  • 137
  • 2
  • 7
2
votes
1 answer

How to install PECL when using PHP5.6 from http://ppa.launchpad.net/ondrej/php/ubuntu

I've installed PHP 5.6 from the PPA http://ppa.launchpad.net/ondrej/php/ubuntu. All the packages are called php5.6-whatever. There is no php5.6-pear in that PPA. How can I install php5.6-pear?
fadedbee
  • 2,068
  • 5
  • 24
  • 36
2
votes
3 answers

php_memcache dll for windows - where can I find it?

This is the only link I've found, but it doesn't work. http://pecl4win.php.net/ext.php/php_memcache.dll Where can I find a precompiled dll for the php_memcache extension?
valya
  • 203
  • 2
  • 7
2
votes
3 answers

How to install PHP xdiff extension on Debian?

I am trying to install the PHP xdiff extension on Debian with Apache 2 and PHP Version 5.4.44, but I can't get it working. I tried the following pecl install xdiff But I got errors: […] checking for PHP prefix... /usr checking for PHP includes...…
user5950
  • 161
  • 1
  • 2
  • 6
2
votes
0 answers

config variable php_suffix does not match

I have a php instance on Webuzo (centos-6-x86_64.openvz) in /usr/local/apps/php54/. It already has pecl and phpize in /usr/local/apps/php54/bin/. When installing igbinary with command `/usr/local/apps/php54/bin/pecl install igbinary` I'm getting…
RedGiant
  • 211
  • 3
  • 16