mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
4 lines
92 B
Batchfile
4 lines
92 B
Batchfile
@ECHO OFF
|
|
set PHP_BIN=php.exe
|
|
%PHP_BIN% -d output_buffering=0 PEAR\go-pear.php %1
|
|
pause
|