Click to See Complete Forum and Search --> : Pear Installation?


jayanagi
03-06-2008, 05:52 AM
Hi ,

I am using PHP Version 5.2.1 , But i am not sure PEAR is installed or not..

So Please help me to check pear is installed or not? OR

say me how to install it??


Thanks
JayarajMohan.J

NogDog
03-06-2008, 03:01 PM
Check your PHP directory for a file named "pear" (or "pear.bat" on Windows). It should be there unless you specifically installed PHP with PEAR disabled.

mykg4orce
03-06-2008, 04:53 PM
check your php settings by running

phpinfo();

in a file and just Ctrl+F and look for pear....if you have a path directive set then you have installed.

You can also refer to Pear's Documentation on various installation configurations

http://pear.php.net/manual/en/installation.shared.php

Togakangaroo
03-10-2008, 02:47 PM
also (and I just learned this) in the command line type 'pear list' (no quotes) which will list all the pear packages you have installed