1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 18:22:42 +01:00

#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.
This commit is contained in:
Stig Bakken
2000-12-06 02:52:37 +00:00
parent 650e7bff12
commit dca0d5852d

View File

@@ -1,4 +1,4 @@
#!@prefix@/bin/php -f
#!@prefix@/bin/php -q
<?php // -*- C++ -*-
require_once "PEAR.php";