From d16bbfe2149063f9916a9b1a030f4827e3cee42a Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sun, 1 Jun 2003 13:49:35 +0000 Subject: [PATCH] Linked manual entries require docref_root to be set too, off as of PHP 4.3.2 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129714 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/main.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/reference/info/functions/main.xml b/reference/info/functions/main.xml index 839c73f1b3..8402da6e4f 100755 --- a/reference/info/functions/main.xml +++ b/reference/info/functions/main.xml @@ -1,5 +1,5 @@ - + main @@ -12,8 +12,9 @@ in the PHP source. In PHP 4.3.0, a new type of error handling in the PHP source (php_error_docref) was introduced. One feature is to provide links to a manual page in PHP error messages when - the PHP directive html_errors - is set to on (it's on by default). + the PHP directives html_errors + (on by default) and docref_root + (on by default until PHP 4.3.2) are set. Sometimes error messages refer to a manual page for the function