diff --git a/features/commandline.xml b/features/commandline.xml index 406011d36f..60906f7791 100644 --- a/features/commandline.xml +++ b/features/commandline.xml @@ -1,5 +1,5 @@ - + Using PHP from the command line @@ -53,8 +53,11 @@ - The windows package distributes the CGI as php.exe and has a folder named - cli with the CLI in it, so: cli/php.exe. + The windows packages between PHP 4.2.0 and PHP 4.2.3 distributed the CLI as + 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. What SAPI do I have?