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.