From dca0d5852d90ec4c1cb2b6df98edb280efc2e41e Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Wed, 6 Dec 2000 02:52:37 +0000 Subject: [PATCH] #With "php -f file.php", file.php is unable to parse command-line #options because they are swallowed by PHP. Use "-q" option instead to #avoid this but still supress HTTP headers. --- pear/pear.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pear/pear.in b/pear/pear.in index 1ea5ad88e3..8148c1b36f 100644 --- a/pear/pear.in +++ b/pear/pear.in @@ -1,4 +1,4 @@ -#!@prefix@/bin/php -f +#!@prefix@/bin/php -q