mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
568149c3c4
commit
ece1b0978e
1 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
-->
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue