betz Sat Feb 1 08:32:57 2003 EDT
Modified files:
/phpdoc/en/features commandline.xml
Log:
naming issues for cli and cgi for win documented\nfix for bug #20888
Index: phpdoc/en/features/commandline.xml
diff -u phpdoc/en/features/commandline.xml:1.18 phpdoc/en/features/commandline.xml:1.19
--- phpdoc/en/features/commandline.xml:1.18 Sat Jan 18 18:55:53 2003
+++ phpdoc/en/features/commandline.xml Sat Feb 1 08:32:56 2003
@@ -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>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php