mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
CGI version is named php-cgi (bug #45118)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268361 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f9d4eaf9a8
commit
c8318b2b0d
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.53 $ -->
|
||||
<!-- $Revision: 1.54 $ -->
|
||||
<chapter xml:id="features.commandline" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Using PHP from the command line</title>
|
||||
<para>
|
||||
|
@ -27,7 +27,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 <command>make</command>, both the CGI and CLI are built and
|
||||
placed as <filename>sapi/cgi/php</filename> and <filename>sapi/cli/php</filename>
|
||||
placed as <filename>sapi/cgi/php-cgi</filename> and <filename>sapi/cli/php</filename>
|
||||
respectively, in your PHP source directory. You will note that both are
|
||||
named php. What happens during <command>make install</command> depends on
|
||||
your configure line. If a module SAPI is chosen during configure, such as apxs, or the
|
||||
|
|
Loading…
Reference in a new issue