philip Sun Jun 1 09:49:35 2003 EDT Modified files: /phpdoc/en/reference/info/functions main.xml Log: Linked manual entries require docref_root to be set too, off as of PHP 4.3.2 Index: phpdoc/en/reference/info/functions/main.xml diff -u phpdoc/en/reference/info/functions/main.xml:1.2 phpdoc/en/reference/info/functions/main.xml:1.3 --- phpdoc/en/reference/info/functions/main.xml:1.2 Tue May 13 17:59:38 2003 +++ phpdoc/en/reference/info/functions/main.xml Sun Jun 1 09:49:35 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <refentry id="function.main"> <refnamediv> <refname>main</refname> @@ -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 <link linkend="ini.html-errors">html_errors</link> - is set to on (it's on by default). + the PHP directives <link linkend="ini.html-errors">html_errors</link> + (on by default) and <link linkend="ini.docref-root">docref_root</link> + (on by default until PHP 4.3.2) are set. </para> <para> Sometimes error messages refer to a manual page for the function
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php