From acf70b1b58f839b912676349a9bf604ebff206ef Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 20 Nov 2009 13:32:57 +0000 Subject: [PATCH] Document CGI options (bug #45929) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291081 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/commandline.xml | 43 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/features/commandline.xml b/features/commandline.xml index 76f5bb8cbd..389bfd7762 100644 --- a/features/commandline.xml +++ b/features/commandline.xml @@ -610,6 +610,43 @@ array(4) { + + -b + --bindpath + + + Bind Path for external FASTCGI Server mode (CGI only). + + + + + -C + --no-chdir + + + Do not chdir to the script's directory (CGI only). + + + + + -q + --no-header + + + Quiet-mode. Suppress HTTP header output (CGI only). + + + + + -T + --timing + + + Measure execution time of script repeated count + times (CGI only). + + + -c --php-ini @@ -1178,6 +1215,12 @@ date.sunrise_zenith => 90.583333 => 90.583333 + + + Options -rBRFEH, --ini and + --r[fcei] are available only in CLI. + + The PHP executable can be used to run PHP scripts absolutely independent