1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00

hint to raise stacksize (bug #27231)

This commit is contained in:
Uwe Schindler
2004-03-18 13:37:41 +00:00
parent 442c6c9c6f
commit 02ab9ce41d

View File

@@ -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
----------------------------