From: Greg Beaver Date: Tue, 3 Aug 2004 04:36:00 +0000 (+0000) Subject: commit for win32 - binary so line endings are always preserved - this time on HEAD... X-Git-Tag: PRE_ZEND_VM_DISPATCH_PATCH~257 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0fd8596883b6ff92fedf232e0169765e1ee4422;p=php commit for win32 - binary so line endings are always preserved - this time on HEAD, where it belongs --- 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