mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
hint to raise stacksize (bug #27231)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153957 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
da8c631b5a
commit
f88dc715f5
1 changed files with 22 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<sect1 id="install.netscape-enterprise">
|
||||
<title>Servers-Netscape, iPlanet and SunONE</title>
|
||||
<para>
|
||||
|
@ -216,6 +216,13 @@ AuthTrans fn=php4_auth_trans
|
|||
</orderedlist>
|
||||
</para>
|
||||
</formalpara>
|
||||
<note>
|
||||
<para>
|
||||
The stacksize that PHP uses depends on the configuration of the webserver. If you get
|
||||
crashes with very large PHP scripts, it is recommended to raise it with the Admin Server
|
||||
(in the section "MAGNUS EDITOR").
|
||||
</para>
|
||||
</note>
|
||||
</sect2>
|
||||
<sect2 id="install.netscape.windows">
|
||||
<title>Installing PHP with NES/iPlanet/SunONE on Windows</title>
|
||||
|
@ -361,11 +368,20 @@ Service fn=php4_execute [inikey=value inikey=value ...]
|
|||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<para>
|
||||
More details about setting up
|
||||
PHP as an NSAPI filter can be found here:
|
||||
<ulink url="&url.netscape.nsapi;">&url.netscape.nsapi;</ulink>
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
More details about setting up
|
||||
PHP as an NSAPI filter can be found here:
|
||||
<ulink url="&url.netscape.nsapi;">&url.netscape.nsapi;</ulink>
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
The stacksize that PHP uses depends on the configuration of the webserver. If you get
|
||||
crashes with very large PHP scripts, it is recommended to raise it with the Admin Server
|
||||
(in the section "MAGNUS EDITOR").
|
||||
</para>
|
||||
</note>
|
||||
</sect2>
|
||||
<sect2 id="install.netscape.phpini">
|
||||
<title>CGI environment and recommended modifications in php.ini</title>
|
||||
|
|
Loading…
Reference in a new issue