mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
formatting
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@274553 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
efe3813048
commit
63cc6882ce
1 changed files with 10 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<refentry xml:id="function.php-sapi-name" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>php_sapi_name</refname>
|
||||
|
@ -28,10 +28,15 @@
|
|||
</para>
|
||||
<para>
|
||||
Although not exhaustive, the possible return values include
|
||||
aolserver, apache, apache2filter, apache2handler, caudium,
|
||||
cgi (until PHP 5.3), cgi-fcgi, cli, continuity, embed,
|
||||
isapi, litespeed, milter, nsapi, phttpd, pi3web, roxen,
|
||||
thttpd, tux, and webjames.
|
||||
<literal>aolserver</literal>, <literal>apache</literal>,
|
||||
<literal>apache2filter</literal>, <literal>apache2handler</literal>,
|
||||
<literal>caudium</literal>, <literal>cgi</literal> (until PHP 5.3),
|
||||
<literal>cgi-fcgi</literal>, <literal>cli</literal>,
|
||||
<literal>continuity</literal>, <literal>embed</literal>,
|
||||
<literal>isapi</literal>, <literal>litespeed</literal>,
|
||||
<literal>milter</literal>, <literal>nsapi</literal>,
|
||||
<literal>phttpd</literal>, <literal>pi3web</literal>, <literal>roxen</literal>,
|
||||
<literal>thttpd</literal>, <literal>tux</literal>, and <literal>webjames</literal>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue