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
This commit is contained in:
Friedhelm Betz 2003-02-01 13:32:56 +00:00
parent f7a97d9c1d
commit 8cd2ac511d

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.18 $ -->
<!-- $Revision: 1.19 $ -->
<chapter id="features.commandline">
<title>Using PHP from the command line</title>
<!-- NEW DOCUMENTATION STARTS -->
@ -53,8 +53,11 @@
</para>
</note>
<para>
The windows package distributes the CGI as php.exe and has a folder named
cli with the CLI in it, so: <literal>cli/php.exe</literal>.
The windows packages between PHP 4.2.0 and PHP 4.2.3 distributed the CLI as
<filename>php-cli.exe</filename>,living in the same folder as the CGI
<filename>php.exe</filename>. Starting with PHP 4.3.0 the windows package
distributes the CLI as <filename>php.exe</filename> in a separate folder named cli,
so <literal>cli/php.exe</literal>.
</para>
<note>
<title>What SAPI do I have?</title>