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:
@@ -1,4 +1,4 @@
|
||||
#!@prefix@/bin/php -f
|
||||
#!@prefix@/bin/php -q
|
||||
<?php // -*- C++ -*-
|
||||
|
||||
require_once "PEAR.php";
|
||||
|
||||
Reference in New Issue
Block a user