From: Greg Beaver Date: Sat, 13 Mar 2004 18:29:29 +0000 (+0000) Subject: oops X-Git-Tag: php-4.3.5RC4~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85e5585a1c19c614104d11f7fefaac62dddc4d16;p=php oops --- diff --git a/pear/scripts/pear.bat b/pear/scripts/pear.bat index 11daf62875..21605eee97 100755 --- a/pear/scripts/pear.bat +++ b/pear/scripts/pear.bat @@ -64,6 +64,6 @@ ECHO The current value is: ECHO %PHP_PEAR_PHP_BIN% GOTO END :RUN -"%PHP_PEAR_PHP_BIN%" -C -d output_buffering=1 -d register_argv_argc=On -d include_path="%PHP_PEAR_INSTALL_DIR%" -f "%PHP_PEAR_INSTALL_DIR%\pearcmd.php" -- %1 %2 %3 %4 %5 %6 %7 %8 %9 +"%PHP_PEAR_PHP_BIN%" -C -d output_buffering=1 -d register_argc_argv=On -d include_path="%PHP_PEAR_INSTALL_DIR%" -f "%PHP_PEAR_INSTALL_DIR%\pearcmd.php" -- %1 %2 %3 %4 %5 %6 %7 %8 %9 :END @ECHO ON