From: Greg Beaver Date: Tue, 3 Aug 2004 04:31:59 +0000 (+0000) Subject: commit for win32 - binary so line endings are always preserved X-Git-Tag: php-4.3.9RC1~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bcac9d37737a3138ce59e8da08fc571a43132585;p=php commit for win32 - binary so line endings are always preserved --- diff --git a/pear/go-pear.bat b/pear/go-pear.bat new file mode 100644 index 0000000000..7f369d9f68 --- /dev/null +++ b/pear/go-pear.bat @@ -0,0 +1,4 @@ +@ECHO OFF +set PHP_BIN=php.exe +%PHP_BIN% -n -d output_buffering=0 PEAR\go-pear.php +pause