From: Stig Bakken Date: Wed, 6 Dec 2000 02:52:37 +0000 (+0000) Subject: #With "php -f file.php", file.php is unable to parse command-line X-Git-Tag: php-4.0.5RC1~1001 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dca0d5852d90ec4c1cb2b6df98edb280efc2e41e;p=php #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. --- 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