vote up 1 vote down star
1

I install PHP using the PHP installer. And so, the PEAR package is not included. The question now is I need PEAR for Symfony upgrade purpose, but the resources I found on the internet seem to cater for the case where PEAR package is already included in PHP package.

What is the best way to install PEAR extension, given that I use PHP installer for installation purpose?

flag

49% accept rate

3 Answers

vote up 1 vote down

PEAR is just a set of libraries that ship with PHP, but you can also install PEAR manually.

While you solve the issue with your PHP installation, you can follow the instructions available at http://pear.php.net/manual/en/installation.getting.php under the " PEAR in hosting environments" section.

link|flag
As explained I am using the installer for PHP, so PEAR package is NOT included. You are just saying that the PEAR is there ( which is true if you use the PHP zip file but not the PHP installer)... not sure your advice solves my problem... – Ngu Soon Hui May 5 at 14:30
You can install PEAR as a library after installing PHP, installers just make your life easier, but that's not the only way to get PEAR. Anyway, I saw that you solved your problem. Keep in mind for the next time that PEAR can be just "glued" to your PHP installation even after installing, without the need to reinstall the whole stuff. You can get more information about this in the URL that I provided in myfirst comment. – MC May 6 at 10:24
vote up 0 vote down check

I solved the problem.

It turns out that you have to select the PEAR option under extension menu when selecting the components for PHP installation in order to install PEAR package.

link|flag
vote up 0 vote down

You can also install PEAR after the fact - you can find a tutorial that shows you how here.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.