]> granicus.if.org Git - php/commitdiff
#With "php -f file.php", file.php is unable to parse command-line
authorStig Bakken <ssb@php.net>
Wed, 6 Dec 2000 02:52:37 +0000 (02:52 +0000)
committerStig Bakken <ssb@php.net>
Wed, 6 Dec 2000 02:52:37 +0000 (02:52 +0000)
#options because they are swallowed by PHP.  Use "-q" option instead to
#avoid this but still supress HTTP headers.

pear/pear.in

index 1ea5ad88e3adc51e1e763f0769de36f5862bed13..8148c1b36f1a9484274a1dac2ca66236e8b4107c 100644 (file)
@@ -1,4 +1,4 @@
-#!@prefix@/bin/php -f
+#!@prefix@/bin/php -q
 <?php // -*- C++ -*-
 
 require_once "PEAR.php";