git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@109228 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2002-12-28 00:41:00 +00:00
parent 854edd3fb3
commit 901ac6d356

View file

@ -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