From: Greg Beaver Date: Sat, 2 Apr 2005 23:51:24 +0000 (+0000) Subject: remove -n switch X-Git-Tag: php-5.0.5RC1~499 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67745d4f441d9cb5ca51684d2b97d142d86fcdb4;p=php remove -n switch --- diff --git a/pear/go-pear.bat b/pear/go-pear.bat index 4aa323a7ae..b61dc602b5 100644 --- a/pear/go-pear.bat +++ b/pear/go-pear.bat @@ -1,4 +1,4 @@ @ECHO OFF set PHP_BIN=php.exe -%PHP_BIN% -n -d output_buffering=0 PEAR\go-pear.php %1 +%PHP_BIN% -d output_buffering=0 PEAR\go-pear.php %1 pause