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
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
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.
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
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