Edit report at http://bugs.php.net/bug.php?id=51889&edit=1

 ID:               51889
 Updated by:       ka...@php.net
 Reported by:      dmda at yandex dot ru
 Summary:          go-pear will fail, miserably
-Status:           Open
+Status:           Feedback
 Type:             Bug
 Package:          PHAR related
 Operating System: Win32
 PHP Version:      5.3.2

 New Comment:

Try open go-pear.bat and find this line:

%PHP_BIN% -d output_buffering=0 PEAR\go-pear.phar



and change it do:

%PHP_BIN% -d output_buffering=0 -d phar.require_hash=0 PEAR\go-pear.phar


Previous Comments:
------------------------------------------------------------------------
[2010-05-22 22:38:48] dmda at yandex dot ru

Description:
------------
go-pear.bat throws warnings and errors.



C:\php5>go-pear.bat

phar "C:\php5\PEAR\go-pear.phar" does not have a signature

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 C:\

php5\PEAR\go-pear.phar on line 1236

Press any key to continue . . .





------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=51889&edit=1

Reply via email to