philip Fri Dec 27 19:42:31 2002 EDT Modified files: /phpdoc/en/features commandline.xml Log: *sigh* typo. Index: phpdoc/en/features/commandline.xml diff -u phpdoc/en/features/commandline.xml:1.14 phpdoc/en/features/commandline.xml:1.15 --- phpdoc/en/features/commandline.xml:1.14 Fri Dec 27 19:41:00 2002 +++ phpdoc/en/features/commandline.xml Fri Dec 27 19:42:31 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.14 $ --> +<!-- $Revision: 1.15 $ --> <chapter id="features.commandline"> <title>Using PHP from the command line</title> <!-- NEW DOCUMENTATION STARTS --> @@ -29,7 +29,7 @@ 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/cli/php</literal> - respectfully, in your php source directory. You will note that both are + respectively, 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 line. If a module SAPI is chosen during configure, such as apxs, or the
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php