From ece1b0978ed7f7f77bcda68b7e42a6b38770b00f Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Wed, 25 Dec 2002 10:49:35 +0000 Subject: [PATCH] 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 --- chapters/install.commandline.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/chapters/install.commandline.xml b/chapters/install.commandline.xml index cd8ff48433..c3c5141092 100644 --- a/chapters/install.commandline.xml +++ b/chapters/install.commandline.xml @@ -1,5 +1,5 @@ - + Servers-CGI/Commandline @@ -13,6 +13,14 @@ linkend="security">Security chapter if you are going to run PHP as a CGI. + + 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 {PREFIX}/bin/php depends on your + configure line and this is described in detail in the manual section + named Using PHP from the command + line. For further details please read that section of the manual. + Testing @@ -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 ---> \ No newline at end of file +-->