thetaphi Thu Mar 18 08:48:21 2004 EDT
Modified files: /phpdoc/en/chapters install.iplanet.xml Log: hint to raise stacksize (bug #27231) http://cvs.php.net/diff.php/phpdoc/en/chapters/install.iplanet.xml?r1=1.14&r2=1.15&ty=u Index: phpdoc/en/chapters/install.iplanet.xml diff -u phpdoc/en/chapters/install.iplanet.xml:1.14 phpdoc/en/chapters/install.iplanet.xml:1.15 --- phpdoc/en/chapters/install.iplanet.xml:1.14 Wed Feb 18 12:15:18 2004 +++ phpdoc/en/chapters/install.iplanet.xml Thu Mar 18 08:48:20 2004 @@ -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 @@ </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 @@ </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>