summaryrefslogtreecommitdiff
path: root/sapi/nsapi/nsapi-readme.txt
diff options
context:
space:
mode:
authorUwe Schindler <thetaphi@php.net>2004-03-18 13:37:16 +0000
committerUwe Schindler <thetaphi@php.net>2004-03-18 13:37:16 +0000
commitfcfe11e9e4dd4765ed1688dc30e5ee20c5c3e110 (patch)
treeb3d362531dc2ebc671c5a4feffd13dcd67e592b4 /sapi/nsapi/nsapi-readme.txt
parentf52edc19a72dcfe53824104a3c752da301814c6e (diff)
downloadphp-git-fcfe11e9e4dd4765ed1688dc30e5ee20c5c3e110.tar.gz
hint to raise stacksize (bug #27231)
Diffstat (limited to 'sapi/nsapi/nsapi-readme.txt')
-rw-r--r--sapi/nsapi/nsapi-readme.txt4
1 files changed, 4 insertions, 0 deletions
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
----------------------------