]> granicus.if.org Git - php/commitdiff
docref_root and docref_ext for php_error_docref()
authorMarcus Boerger <helly@php.net>
Tue, 13 Aug 2002 15:29:34 +0000 (15:29 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 13 Aug 2002 15:29:34 +0000 (15:29 +0000)
@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
php.ini-recommended

index a3c9c453dabf2fef9e11f063fa8233ad36978198..f63bdfe98f4293f5011c2d8bc21eee7fc00a9126 100644 (file)
@@ -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 = "<font color=ff0000>"
 
index ec97fac95a16d2bf32be709ec26c5c45707498f1..2c26e27feedb15a714ca3d77f643bffac6a54ae7 100644 (file)
@@ -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 = "<font color=ff0000>"