mirror of
https://github.com/php/php-src.git
synced 2024-12-01 22:03:36 +08:00
5 lines
92 B
Batchfile
5 lines
92 B
Batchfile
@ECHO OFF
|
|
set PHP_BIN=php.exe
|
|
%PHP_BIN% -n -d output_buffering=0 PEAR\go-pear.php
|
|
pause
|