PECL (PHP Extension Community Library) is a repository of PHP Extensions.
Questions tagged [pecl]
107 questions
1
vote
1 answer
Why mongo pecl module looses its connection after Primary stepDown?
I run an Apache 2.2.22-13 with pecl module "mongo 1.4.4". It connects to a MongoDB 2.4.6 sharded cluster.
When a stepDown occurs, the mongo module seems to stay on the mongod node which was the primary and says: "PHP Fatal error: Uncaught exception…

Icu
- 1,425
- 3
- 16
- 25
1
vote
2 answers
Error while installing php extension 'expect'
I got some serious error while installing expect extension in PHP.
I ran sudo pecl install channel://pecl.php.net/expect-0.3.1
I got error like this while running make,
running: make
/bin/bash…

Uvais Ibrahim
- 11
- 1
- 3
1
vote
1 answer
How to install pecl spidermonkey on CentOS 6
Running the following command:
> sudo pecl install spidermonkey
I receive the following error:
...
... a bunch of successful checks ...
...
checking whether to enable spidermonkey support... yes, shared
configure: error: jsapi.h not found. Please…

svidgen
- 191
- 1
- 2
- 8
1
vote
1 answer
Install pecl extension on ubuntu after upgrading to php 5.4
I had php 5.3 installed and upgrade to 5.4 using this PPA https://launchpad.net/~ondrej/+archive/php5 - everything went smoothly.
My old pecl extensions, such as oauth, wern't enabled, so I uninstalled and reinstalled them. But they aren't getting…

briangallagher
- 131
- 4
1
vote
1 answer
Cannot install Pecl (Imagick) extension on Centos server - autoconf missing
I'm trying to install the pecl extension Imagick on a centos server, but I'm getting an error about autoconf.
Autoconf is installed, as is make and gcc. but it's complaining about the path:
[root@server ~]# pecl install imagick
downloading…

Stevo
- 135
- 6
1
vote
3 answers
pecl_http extension not loading
For some reason pecl_http extension is not showing up in my test.php file with contains:
I just installed pecl_http using:
pecl install pecl_http
The install was successful and I verified it by running:
pecl list
Installed…

Tegan Snyder
- 135
- 2
- 7
1
vote
1 answer
error when install apc
i got an error when trying to install apc in xampp (windows).
c:\xampp\php>pecl install apc
downloading APC-3.1.9.tgz ...
Starting to download APC-3.1.9.tgz (155,540 bytes)
.................................done: 155,540 bytes
54 source files,…

MRWBSN
- 13
- 1
- 3
1
vote
3 answers
php go-pear.phar on Debian Testing does nothing
I have a fairly fresh Debian Testing install, and I am trying to install PEAR / PECL but when I run the command nothing happens. I don't want to install the PEAR package in the Debian repositories because in my experience it is too old. I have…

Rudolf Vavruch
- 1,295
- 2
- 11
- 16
1
vote
1 answer
Apache won't restart with PDO MySQL enabled
I attempted to install the PDO MySQL driver onto a server with Solaris using the following commands:
$ pecl download pdo_mysql
$ tar xzf PDO_MYSQL-1.0.2.tgz
$ cd PDO_MYSQL-1.0.2
$ phpize
$ ./configure --with-pdo-mysql=/usr/local/mysql
$ make
$ make…
Wickethewok
1
vote
2 answers
how to install pecl memcached?
i need to install memcahced (not memcache) on my computer (ubuntu 10.10 and php 5.3.3), i did the follwoing:
$ apt-get install php5-memcached libmemcached-tools libmemcached5
=>DONE SUCESSFULLY
$ pecl install memcached
it ends with the following…

Alaa Alomari
- 638
- 6
- 19
- 37
1
vote
2 answers
Updating system's "Olson" Timezone Database Version
My phpinfo() shows:
"Olson" Timezone Database Version 0.system
Instead of installing the pecl module, isnt it better if I can update the system timezone database / system?
How can I do that?
I'm ona RHEL5/CentOS system.

siliconpi
- 1,807
- 6
- 32
- 46
1
vote
0 answers
Anyone have PECL OAUTH-1.0.0 windows dll?
Anyone know where a windows dll for PECL OAUTH-1.0.0?
(0.99.9 is here http://downloads.php.net/pierre/)

Owen
- 356
- 5
- 20
1
vote
5 answers
Error installing php extension OAuth via pecl
I'm trying to install the php extension OAuth in my local environment. php.net suggests it's super easy. You just run pecl install oauth. I tried this, and here is the output in terminal:
(Update: I updated MacPorts per the suggestion, and have…

PJ.
- 203
- 1
- 4
- 10
1
vote
1 answer
How to compile PHP / PECL APD for MAMP / Snow Leopard?
When I'm trying to use pecl to install apd it compiles the extension for a 64 bit system. Since MAMP needs extensions in i386 mode, apache won't load this apd.so file.
So how can I force pecl to compile the extension in i386 mode?
Thanks for any…
dan
0
votes
3 answers
oci_connect(): Error while trying to retrieve text for error ORA-28547
I have this connection string on an older server which works fine and connects to a remote oracle server.
On this new server I installed oracle instant client simple and devel and php pecl oci8. Below is the screenshot of the oci8.
Here is the code…

Ergec
- 608
- 1
- 9
- 25