From 46446b0739a9b18ed240e5c1fa2ae3940cf7b69b Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 28 Oct 2004 09:29:33 +0000 Subject: [PATCH] -C in CGI (bug #30544) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171440 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/commandline.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/commandline.xml b/features/commandline.xml index bc67ef41c0..ac41407710 100644 --- a/features/commandline.xml +++ b/features/commandline.xml @@ -1,5 +1,5 @@ - + Using PHP from the command line @@ -342,7 +342,7 @@ $ php -f another_directory/test.php - The CGI SAPI supports the CLI SAPI + The CGI SAPI supports this CLI SAPI behaviour by means of the switch when run from the command line.