mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +08:00
5 lines
85 B
Batchfile
5 lines
85 B
Batchfile
@ECHO OFF
|
|
set PHP_BIN=php.exe
|
|
%PHP_BIN% -d output_buffering=0 go-pear.phar
|
|
pause
|