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.

      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

        Write a Reply...