cellog Mon Oct 25 00:11:40 2004 EDT
Modified files: (Branch: PHP_5_0)
/php-src/pear go-pear.bat
Log:
pass in first parameter to work with go-pear 0.5.0 "local" option
http://cvs.php.net/diff.php/php-src/pear/go-pear.bat?r1=1.2.2.1&r2=1.2.2.2&ty=u
Index: php-src/pear/go-pear.bat
diff -u php-src/pear/go-pear.bat:1.2.2.1 php-src/pear/go-pear.bat:1.2.2.2
--- php-src/pear/go-pear.bat:1.2.2.1 Tue Aug 3 00:36:56 2004
+++ php-src/pear/go-pear.bat Mon Oct 25 00:11:40 2004
@@ -1,4 +1,4 @@
@ECHO OFF
set PHP_BIN=php.exe
-%PHP_BIN% -n -d output_buffering=0 PEAR\go-pear.php
+%PHP_BIN% -n -d output_buffering=0 PEAR\go-pear.php %1
pause
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php