phpinfo() function shows that my PHP version (5.1.6) is installed --without-pear in the configure command section.
How do I install pear?
|
phpinfo() function shows that my PHP version (5.1.6) is installed --without-pear in the configure command section. How do I install pear?
| |||
|
feedback
|
|
The Getting and installing the PEAR package manager page should help you : it gives informations on how to install the PEAR package manager, on both windows, Linux, and Mac.
For instance, on Ubuntu1, there is a
With PHP 5.1, though, this is not going to work, as phar support has been added in PHP 5.3...
PHP 5.3 is more than one year and a half old ; even PHP 5.2 is not maintained anymore... maybe you should consider upgrading ?
| |||||||||||||
feedback
|
|
This usually happens when an operating system vendor that provides packages and wants to split off bits and pieces into their own individually installable parts. Given the age of the PHP you're talking about, you're probably on RHEL or a derivative like CentOS. Check the package manager for a | |||
|
feedback
|