From: Uwe Schindler Date: Thu, 18 Mar 2004 13:37:16 +0000 (+0000) Subject: hint to raise stacksize (bug #27231) X-Git-Tag: php-5.0.0RC1~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fcfe11e9e4dd4765ed1688dc30e5ee20c5c3e110;p=php hint to raise stacksize (bug #27231) --- diff --git a/sapi/nsapi/nsapi-readme.txt b/sapi/nsapi/nsapi-readme.txt index fd75aebefe..0b7ecde219 100644 --- a/sapi/nsapi/nsapi-readme.txt +++ b/sapi/nsapi/nsapi-readme.txt @@ -68,6 +68,10 @@ After that you can configure a directory in the Administration server and assign the style "x-httpd-php". All files in it will get executed as PHP. This is nice to hide PHP usage by renaming files to .html +Note: 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"). + Authentication configuration ----------------------------