philip          Fri Dec 27 19:41:00 2002 EDT

  Modified files:              
    /phpdoc/en/features commandline.xml 
  Log:
  Typos.
  
  
Index: phpdoc/en/features/commandline.xml
diff -u phpdoc/en/features/commandline.xml:1.13 phpdoc/en/features/commandline.xml:1.14
--- phpdoc/en/features/commandline.xml:1.13     Wed Dec 25 04:14:54 2002
+++ phpdoc/en/features/commandline.xml  Fri Dec 27 19:41:00 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
 <chapter id="features.commandline">
  <title>Using PHP from the command line</title>
  <!-- NEW DOCUMENTATION STARTS -->
@@ -18,7 +18,7 @@
  <para>
   The <literal>CLI SAPI</literal> was released for the first time with
   <literal>PHP 4.2.0</literal>, but was still experimental and had
-  to be explicitely enabled with <literal>--enable-cli</literal> when running
+  to be explicitly enabled with <literal>--enable-cli</literal> when running
   <literal>./configure</literal>.  Since <literal>PHP 4.3.0</literal> the
   <literal>CLI SAPI</literal> is no longer experimental and the option
   <literal>--enable-cli</literal> is on by default.  You may use
@@ -28,7 +28,7 @@
   As of PHP 4.3.0, the name, location and existence of the CLI/CGI binaries
   will differ depending on how PHP is installed on your system.  By default
   when executing <literal>make</literal>, both the CGI and CLI are built and
-  placed as <literal>sapi/cgi/php</literal> and <literal>sapi/cgi/php</literal>
+  placed as <literal>sapi/cgi/php</literal> and <literal>sapi/cli/php</literal> 
   respectfully, in your php source directory.  You will note that both are
   named <literal>php</literal>. What happens during <literal>make
   install</literal> depends on your configure 



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

Reply via email to