|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2003-01-13 11:33 UTC] michele dot manzato at verona dot miz dot it
Installing PEAR from scratch using the "go-pear" feature ends up in an unusable pear.bat utility since the "pear/scripts" directory (containing the required "pear.in" file) is not installed. Workaround: copy from ZIP installation. But this won't do in 4.3.0 since pear isn't shipped even in the ZIP. Hope this was not submitted before. Regards Michele PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 17:00:02 2025 UTC |
Hm, I have just discovered that PEAR was installed in c:\tmp\gp for some reason. pear.bat in c:\tmp\gp\scripts has the following: set PHP_BIN=c:\php4\php.exe set PEAR_PATH=c:\tmp\gp IMHO pear.bat and pear.in should be placed in the ${Installation prefix} and not ${}Installation prefix\scripts.