From db540b326172e16e4f08af089a7a2b590062708b Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Fri, 16 Jan 2004 16:43:54 +0000 Subject: [PATCH] added differences in CLI and CGI versions in PHP 5 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@148868 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/commandline.xml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/features/commandline.xml b/features/commandline.xml index 99a779b150..b06b91b088 100644 --- a/features/commandline.xml +++ b/features/commandline.xml @@ -1,5 +1,5 @@ - + Using PHP from the command line @@ -59,13 +59,17 @@ php-cli.exe, living in the same folder as the CGI php.exe. Starting with PHP 4.3.0 the windows package distributes the CLI as php.exe in a separate folder - named cli, so cli/php.exe. + named cli, so cli/php.exe. + Starting with PHP 5, the CLI is distributed in the main folder, named + php.exe. The CGI version is distributed as + php-cgi.exe. - As of PHP 4.3.5, a new php-win.exe file is distributed. This is equal to the - CLI version, except that php-win doesn't output anything and thus as no - console (no "dos box" appears on the screen). This method is similar with - php-gtk. + As of PHP 4.3.5, a new php-win.exe file is distributed. + This is equal to the CLI version, except that php-win doesn't output + anything and thus as no console (no "dos box" appears on the screen). This + method is similar with php-gtk. You should configure with + --enable-cli-win32.