From d2418b11f81044616a1f174f6c6aa431eb0fdcd1 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 13 Aug 2002 15:29:34 +0000 Subject: [PATCH] docref_root and docref_ext for php_error_docref() @Added clickable error messages that direct to a page describing the @error or function causing the error in detail. (Yasuo, Wez, Marcus) --- php.ini-dist | 9 +++++++++ php.ini-recommended | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/php.ini-dist b/php.ini-dist index a3c9c453da..f63bdfe98f 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -295,6 +295,15 @@ track_errors = Off ; Disable the inclusion of HTML tags in error messages. ;html_errors = Off +; If html_errors is set On PHP produces clickable error messages that direct +; to a page describing the error or function causing the error in detail. +; You can download a copy of the PHP manual from http://www.php.net/docs.php +; 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. +;docref_root = /phpmanual/ +;docref_ext = .html + ; String to output before an error message. ;error_prepend_string = "" diff --git a/php.ini-recommended b/php.ini-recommended index ec97fac95a..2c26e27fee 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -308,6 +308,15 @@ track_errors = Off ; Disable the inclusion of HTML tags in error messages. ;html_errors = Off + +; If html_errors is set On PHP produces clickable error messages that direct +; to a page describing the error or function causing the error in detail. +; You can download a copy of the PHP manual from http://www.php.net/docs.php +; 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. +;docref_root = /phpmanual/ +;docref_ext = .html ; String to output before an error message. ;error_prepend_string = "" -- 2.50.1