Mention CLI as of PHP 4.3.0, and link to features.commandline for further

details on the subject (for now).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@109000 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2002-12-25 10:49:35 +00:00
parent 568149c3c4
commit ece1b0978e

View file

@ -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 @@ End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
-->