diff options
author | Uwe Schindler <thetaphi@php.net> | 2004-03-18 13:37:41 +0000 |
---|---|---|
committer | Uwe Schindler <thetaphi@php.net> | 2004-03-18 13:37:41 +0000 |
commit | 02ab9ce41d352fa7cd85bf15f1972ebc8acdff93 (patch) | |
tree | 3228634be9473aa645fe3115ba0f07725530dc2c | |
parent | 442c6c9c6f49e3ecb9516a2cbf54865d7af39417 (diff) | |
download | php-git-02ab9ce41d352fa7cd85bf15f1972ebc8acdff93.tar.gz |
hint to raise stacksize (bug #27231)
-rw-r--r-- | sapi/nsapi/nsapi-readme.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sapi/nsapi/nsapi-readme.txt b/sapi/nsapi/nsapi-readme.txt index 09377d5942..59b199042f 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 ---------------------------- |