1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

prepare for using go-pear.phar

This commit is contained in:
Greg Beaver
2005-09-11 17:39:15 +00:00
parent be945f9fe2
commit af01525d1e

View File

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