mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
some more infos to ini settings
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@138148 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a04ba8b199
commit
fe78a5bb6b
1 changed files with 9 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<sect1 id="install.netscape-enterprise">
|
||||
<title>Servers-Netscape, iPlanet and SunONE</title>
|
||||
<para>
|
||||
|
@ -160,8 +160,10 @@ Service fn="php4_execute" type="magnus-internal/x-httpd-php" [inikey=value inike
|
|||
]]>
|
||||
</programlisting>
|
||||
(PHP >= 4.3.3) As additional parameters you can add some special &php.ini;-values, for example you
|
||||
can set a <literal>docroot</literal> specific to the context <literal>php4_execute</literal>
|
||||
is called.
|
||||
can set a <literal>docroot="/path/to/docroot"</literal> specific to the context <literal>php4_execute</literal>
|
||||
is called. For boolean ini-keys please use 0/1 as value, not <literal>"On","Off",...</literal>
|
||||
(this will not work correctly), e.g. <literal>zlib.output_compression=1</literal> instead of
|
||||
<literal>zlib.output_compression="On"</literal>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
@ -325,8 +327,10 @@ Service fn="php4_execute" type="magnus-internal/x-httpd-php" [inikey=value inike
|
|||
]]>
|
||||
</programlisting>
|
||||
(PHP >= 4.3.3) As additional parameters you can add some special &php.ini;-values, for example you
|
||||
can set a <literal>docroot</literal> specific to the context <literal>php4_execute</literal>
|
||||
is called.
|
||||
can set a <literal>docroot="/path/to/docroot"</literal> specific to the context <literal>php4_execute</literal>
|
||||
is called. For boolean ini-keys please use 0/1 as value, not <literal>"On","Off",...</literal>
|
||||
(this will not work correctly), e.g. <literal>zlib.output_compression=1</literal> instead of
|
||||
<literal>zlib.output_compression="On"</literal>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue