- Pecl Install Specific Php Version
- Pecl Install Previous Version
- Pecl Install Old Version
- Pecl Install Different Version
- Pear Install Version
I have this code
which works just fine on my dev server but crashes on my local machine.
running pecl list
on dev returns
Installation of PECL extensions Table of Contents. Introduction to PECL Installations; Downloading PECL extensions; Installing a PHP extension on Windows; Compiling shared PECL extensions with the pecl command; Compiling shared PECL extensions with phpize; php-config; Compiling PECL extensions statically into PHP. Execute the command ‘/usr/bin/phpize7.0 –version’ to check the version. Steps to install PECL on Ubuntu 16.04 PECL (PHP Extension Community Library) is a repository for PHP extensions. PECL command is used to install PECL extensions. Log into your Ubuntu server as ‘root’ user or login as any user with sudo privileges 2.
and on local returns:
the crash message on my machine is
I'v tried downgrading my local version of mongo but i couldn't figure it out with pecl's poor documentation. for example i tried this:
but i keep on getting channel does not exist
for all my channel permutations.
also running mongod --version
locally returns db version v2.6.0 and on dev returns db version v2.4.3
ideas?
Pecl Install Specific Php Version
abboodabboodPecl Install Previous Version
1 Answer
To downgrade, you can try this:
Then pecl list will show you that it worked.
Not the answer you're looking for? Browse other questions tagged phpmac-osxmongodbpeclpear or ask your own question.
There are download sections for PECL extensions in http://pecl.php.net/ But I am not getting install steps for PECL *itself**. Following command does not work -
In my system, I have PECL installed, so I can install PECL extensions like this-
But, in a system where running pecl
command does not recognize the same, how to install PECL first on a Fedora 7 system (old system).
Pecl Install Old Version
1 Answer
Seems to me that you should do yum install php-pear
to get pecl on your OS, not yum install pecl
.