diff --git a/pear/go-pear.bat b/pear/go-pear.bat new file mode 100644 index 00000000000..7f369d9f685 --- /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