philip          Wed Dec 25 05:49:35 2002 EDT

  Modified files:              
    /phpdoc/en/chapters install.commandline.xml 
  Log:
  Mention CLI as of PHP 4.3.0, and link to features.commandline for further
  details on the subject (for now).
  
  
Index: phpdoc/en/chapters/install.commandline.xml
diff -u phpdoc/en/chapters/install.commandline.xml:1.3 
phpdoc/en/chapters/install.commandline.xml:1.4
--- phpdoc/en/chapters/install.commandline.xml:1.3      Fri Nov 22 12:31:12 2002
+++ phpdoc/en/chapters/install.commandline.xml  Wed Dec 25 05:49:35 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <sect1 id="install.commandline">
    <title>Servers-CGI/Commandline</title>
    <para>
@@ -13,6 +13,14 @@
     linkend="security">Security chapter</link> if you are going to
     run PHP as a CGI.
    </para>
+   <para>
+    As of PHP 4.3.0, some important additions have happened to PHP.  A new
+    SAPI named CLI also exists and it has the same name as the CGI binary.
+    What is installed at <literal>{PREFIX}/bin/php</literal> depends on your
+    configure line and this is described in detail in the manual section
+    named <link linkend="features.commandline">Using PHP from the command
+    line</link>. For further details please read that section of the manual.
+   </para>
    
    <sect2 id="install.commandline.testing">
     <title>Testing</title>
@@ -81,4 +89,4 @@
 vim600: syn=xml fen fdm=syntax fdl=2 si
 vim: et tw=78 syn=sgml
 vi: ts=1 sw=1
--->
\ No newline at end of file
+-->



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to