Browse Source

#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.
PHP-4.0.5
Stig Bakken 26 years ago
parent
commit
dca0d5852d
  1. 2
      pear/pear.in

2
pear/pear.in

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

Loading…
Cancel
Save