From c8318b2b0dd19bd0c296bbb221dc37999a5174f2 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 5 Nov 2008 16:30:57 +0000 Subject: [PATCH] CGI version is named php-cgi (bug #45118) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268361 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 e61a8b0cb3..55058df948 100644 --- a/features/commandline.xml +++ b/features/commandline.xml @@ -1,5 +1,5 @@ - + Using PHP from the command line @@ -27,7 +27,7 @@ As of PHP 4.3.0, the name, location and existence of the CLI/CGI binaries will differ depending on how PHP is installed on your system. By default when executing make, both the CGI and CLI are built and - placed as sapi/cgi/php and sapi/cli/php + placed as sapi/cgi/php-cgi and sapi/cli/php respectively, in your PHP source directory. You will note that both are named php. What happens during make install depends on your configure line. If a module SAPI is chosen during configure, such as apxs, or the