From 8cd2ac511da1fea179b2b1427319b69c54e17ec7 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sat, 1 Feb 2003 13:32:56 +0000 Subject: [PATCH] naming issues for cli and cgi for win documented\nfix for bug #20888 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114264 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/commandline.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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?