diff options
author | Marcus Boerger <helly@php.net> | 2003-03-16 20:47:56 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-03-16 20:47:56 +0000 |
commit | aba27fc6ca95c4300513ecc70ca7095e84eb4b28 (patch) | |
tree | c4a80fc498f61944db141ccd1893b69805f87e30 /php.ini-dist | |
parent | fcb43b70ef8326ad1610f313603f8d81b801fe86 (diff) | |
download | php-git-aba27fc6ca95c4300513ecc70ca7095e84eb4b28.tar.gz |
- disable html_errors per default as suggested by php.ini-<xxx>
- new error format that does not point to any documentation (if either
not html_errors or no docref_root given e.g.: production boxes and default)
- documentation update in php.ini-<xxx>
# hope everyone is happy now
# and why on earth was enabling html_errors default?
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist index a70049cbf6..7eff09ac44 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -303,6 +303,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 @@ -311,6 +312,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 |