1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 01:48:26 +02:00

remove -n switch

This commit is contained in:
Greg Beaver
2005-04-02 23:51:24 +00:00
parent 8013c023cb
commit 67745d4f44
+1 -1
View File
@@ -1,4 +1,4 @@
@ECHO OFF
set PHP_BIN=php.exe
%PHP_BIN% -n -d output_buffering=0 PEAR\go-pear.php %1
%PHP_BIN% -d output_buffering=0 PEAR\go-pear.php %1
pause