]> granicus.if.org Git - php/commitdiff
fix bug #1153: PEAR command doesn't work after upgrading
authorGreg Beaver <cellog@php.net>
Tue, 8 Jun 2004 17:56:22 +0000 (17:56 +0000)
committerGreg Beaver <cellog@php.net>
Tue, 8 Jun 2004 17:56:22 +0000 (17:56 +0000)
reverting earlier fix - people must have register_argc_argv=on set in php.ini for PEAR to work.

pear/scripts/pear.bat

index 21605eee9796f4b3dc779a607d00f111edec818d..2b30f8162a985b38ffef8df322287f60c4db6e33 100755 (executable)
@@ -64,6 +64,6 @@ ECHO The current value is:
 ECHO %PHP_PEAR_PHP_BIN%\r
 GOTO END\r
 :RUN\r
-"%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\r
+"%PHP_PEAR_PHP_BIN%" -C -d output_buffering=1 -d include_path="%PHP_PEAR_INSTALL_DIR%" -f "%PHP_PEAR_INSTALL_DIR%\pearcmd.php" -- %1 %2 %3 %4 %5 %6 %7 %8 %9\r
 :END\r
 @ECHO ON\r