diff options
Diffstat (limited to 'php.ini-recommended')
| -rw-r--r-- | php.ini-recommended | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index f01db638c0..1cfc032efb 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -318,6 +318,7 @@ report_memleaks = On track_errors = Off ; Disable the inclusion of HTML tags in error messages. +; Note: Never use this feature for production boxes. ;html_errors = Off ; If html_errors is set On PHP produces clickable error messages that direct @@ -326,6 +327,7 @@ track_errors = Off ; and change docref_root to the base URL of your local copy including the ; leading '/'. You must also specify the file extension being used including ; the dot. +; Note: Never use this feature for production boxes. ;docref_root = /phpmanual/ ;docref_ext = .html |
