Search code examples
phpinstallationpear

Unable to install PEAR in PHP5


I tried to install PEAR in my php(XAMPP). But i get the following error..

> D:\xampp\php>go-pear
manifest cannot be larger than 100 MB in phar "D:\xampp\php\PEAR\go-pear.phar"PH
P Warning:  require_once(phar://go-pear.phar/index.php): failed to open stream:
phar error: invalid url or non-existent phar "phar://go-pear.phar/index.php" in
D:\xampp\php\PEAR\go-pear.phar on line 1236
Warning: require_once(phar://go-pear.phar/index.php): failed to open stream: pha
r error: invalid url or non-existent phar "phar://go-pear.phar/index.php" in D:\
xampp\php\PEAR\go-pear.phar on line 1236
Press any key to continue . . .**

I found the similar question here. but still i get the same error.


Solution

  • I think XAMPP comes with PEAR installed. Try:

    C:\XAMPP\PHP>pear upgrade PEAR