summaryrefslogtreecommitdiff
path: root/pear
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2004-06-08 17:56:22 +0000
committerGreg Beaver <cellog@php.net>2004-06-08 17:56:22 +0000
commit628e5530b9f017ad3af3c81ba1639ccd2f0b3071 (patch)
treeea32265c00e788efdd40b28a689eb447d2e4d116 /pear
parentb175cdfd716b116e38e0b43e26fdba22d57c2241 (diff)
downloadphp-git-628e5530b9f017ad3af3c81ba1639ccd2f0b3071.tar.gz
fix bug #1153: PEAR command doesn't work after upgrading
reverting earlier fix - people must have register_argc_argv=on set in php.ini for PEAR to work.
Diffstat (limited to 'pear')
-rwxr-xr-xpear/scripts/pear.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/scripts/pear.bat b/pear/scripts/pear.bat
index 21605eee97..2b30f8162a 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_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
+"%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
:END
@ECHO ON