allow local install, remove -n switch

This commit is contained in:
Greg Beaver 2005-04-02 23:52:12 +00:00
parent 50a7757f0c
commit d7d721c96c

View File

@ -1,4 +1,4 @@
@ECHO OFF
set PHP_BIN=php.exe
%PHP_BIN% -n -d output_buffering=0 PEAR\go-pear.php
set PHP_BIN=cli\php.exe
%PHP_BIN% -d output_buffering=0 PEAR\go-pear.php %1
pause