summaryrefslogtreecommitdiff
path: root/pear
diff options
context:
space:
mode:
authorJames Cox <imajes@php.net>2002-04-09 09:59:17 +0000
committerJames Cox <imajes@php.net>2002-04-09 09:59:17 +0000
commitc602369f8104ade27978f4feb5d8b5e7dbc6d4b4 (patch)
treeaa46ac0db8118f086d8252d85dbbd31fc93d494b /pear
parentf6cc322d7dcdf13cda6c670cd68efd90e7a1f39b (diff)
downloadphp-git-c602369f8104ade27978f4feb5d8b5e7dbc6d4b4.tar.gz
it's been changed back to php.exe
Diffstat (limited to 'pear')
-rwxr-xr-xpear/scripts/pear.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/pear/scripts/pear.bat b/pear/scripts/pear.bat
index 012e2368c5..e495634970 100755
--- a/pear/scripts/pear.bat
+++ b/pear/scripts/pear.bat
@@ -16,7 +16,7 @@ REM ----------------------------------------------------------------------
REM Authors: Alexander Merz (alexmerz@php.net)
REM ----------------------------------------------------------------------
REM
-REM $Id: pear.bat,v 1.5 2001/12/11 15:31:48 sebastian Exp $
+REM $Id: pear.bat,v 1.6 2002/04/09 09:28:04 alexmerz Exp $
REM change this four lines to match the paths of your system
REM -------------------
@@ -27,5 +27,5 @@ set PEAR_DOC_DIR=c:\php\pear\docs
REM -------------------
set DIRECTORY_SEPARATOR=\
-%PHP_PATH%\php-cgi.exe -q %PEAR_INSTALL_DIR%\scripts\pear.in %1 %2 %3 %4 %5 %6 %7 %8 %9
+%PHP_PATH%\php.exe -q %PEAR_INSTALL_DIR%\scripts\pear.in %1 %2 %3 %4 %5 %6 %7 %8 %9
@ECHO ON \ No newline at end of file