PECL (PHP Extension Community Library) is a repository of PHP Extensions.
Questions tagged [pecl]
107 questions
0
votes
1 answer
error_reporting showing unwanted NOTICE logs
I am getting following notices in php errorlog file.
[10-Mar-2011 13:58:39] PHP Notice: require_once() [function.require-once]: 1. h->opened_path=[/home/www/XXXXX/Core/QAjax.php] …

csgwro
- 61
- 6
0
votes
1 answer
Installing APC on CentOS 5.5 64bit error?
# sudo pecl install apc
downloading APC-3.1.6.tgz ...
Starting to download APC-3.1.6.tgz (-1 bytes)
....done: 3,585 bytes
Could not get contents of package "/tmp/tmpspT8Og/APC-3.1.6.tgz". Invalid tgz file.
Download of "pecl/apc" succeeded, but it is…

Andrew Fashion
- 1,655
- 7
- 22
- 26
0
votes
2 answers
Memcached extension error in PHP
yesterday i migrated to Rackspace (CentOS 5.5). Everything was already configured (apache, php, mysql, memcached) and working well.
The only thing i forgot, and installed at last was the mail server (iRedMail). After that, for some reason, memcached…

Andres SK
- 238
- 3
- 7
- 22
0
votes
1 answer
How can I manually install pecl_http on Ubuntu 9.10?
This is essentially a repost of https://stackoverflow.com/questions/4159369/ubuntu-9-04-pecl-extension-downloads-but-does-not-install. Hoping maybe someone can help me here.
I've done this:
sudo apt-get install php-pear
sudo apt-get install…

Richard
- 3,892
- 2
- 18
- 13
0
votes
1 answer
Pecl install uploadprogress fails silently
When I run the command pecl install uploadprogress, outputs the following:
downloading uploadprogress-1.0.1.tgz ...
Starting to download uploadprogress-1.0.1.tgz (8,536 bytes)
.....done: 8,536 bytes
Why does it not install pecl or extract it? It…

avaleske
- 137
- 1
- 1
- 5
0
votes
1 answer
What's the steps to add an extension to PHP without recompling from source code in linux?
I heard that PECL can do this job,
can someone provide a hello world demo?

apache
- 3,227
- 7
- 27
- 25
0
votes
2 answers
pecl-ssh2-0.11 Freebsd Compile error after upgrading to php 5.3.2
Hi I've been looking for answers for this all day and can find nothing to solve my issue.
I also came across a question about this port on serverfault that I just answered and will hopefully help someone else.
however my problem is this.
While…

Alistair Prestidge
- 806
- 1
- 7
- 19
0
votes
0 answers
ubuntu 22.10 conflict libpcre2-dev wth ppa deb sury installing php8.1-dev
I need phpize binary for install memcache with pecl, when I try to install the php8.1-dev in a Digital Ocean server, I get this:
$ apt-get install php8.1-dev
Reading package lists... Done
Building dependency tree... Done
Reading state…

shakaran
- 356
- 1
- 7
- 19
0
votes
0 answers
Centos 7 pecl install mysqlnd_azure failed to install
In Centos 7.9 with PHP - 7.4 enr,
I want to install below Pear Extension
https://pecl.php.net/package/mysqlnd_azure/1.1.1
However When i run below to install it gives me that package is not found.
Any reason why it doesn't recognise the…

mahen3d
- 4,342
- 14
- 36
- 57
0
votes
1 answer
Need to add older version of IUS repo in order to install specific PHP 7.2 packages
The Issue:
Without unnecessary detail, I have two servers that are nearly identical. However one has its yum repos configured such that php 7.2 packages imagick and sodium are available for install, whereas the other doesn't.
Same exact kernel…

twhitney
- 33
- 6
0
votes
0 answers
Can't execute `pecl upgrade-all` - stream_socket_enable_crypto(): this stream does not support SSL/crypto
I tried to execute pecl upgrade-all but I get:
Warning: stream_socket_enable_crypto(): this stream does not support SSL/crypto in PEAR/Proxy.php on line 105
PHP Warning: stream_socket_enable_crypto(): this stream does not support SSL/crypto in…

Black
- 461
- 1
- 8
- 20
0
votes
0 answers
PECL install with clang instead of gcc or optimize gcc
I just tried to PECL install mongodb and phalcon, but the build process ran out of memory with a nice error: cc: internal compiler error: Killed (program cc1).
I just found out clang is much better at memory optimization during the build process,…

Francis
- 113
- 1
- 7
-1
votes
1 answer
Install kadm5 php extention
System is:
openSUSE Leap 42.2
php 5.5.14-77.3.1
I want to install the kadm5 extention for php5 and have so far failed to do so.
As https://codex.wordpress.org/User:Hakre/HowTo_PECL_on_Opensuse suggests I've tried with:
pecl install…

G4schberle
- 1
- 3
-1
votes
1 answer
Having issues installing Pecl Phar package - make failed
On Centos 6, php 5.5
I am trying to install the PHAR package with PECL. During the installation I get an "make failed" error:
creating libtool
appending configuration tag "CXX" to libtool
configure: creating ./config.status
config.status: creating…

gdaniel
- 99
-1
votes
1 answer
how to install pgsql_pdo?
I need to install pgsql_pdo but getting this error via
root@server5 [~]# pecl install pdo_pgsql
root/tmp/pear/PDO/pdo_dbh.c:1139: error: ‘zend_internal_function’ has no member named ‘pass_rest_by_reference’
/root/tmp/pear/PDO/pdo_dbh.c:1140:…

Chad
- 11
- 1
- 1