From 6aea7930089f3584cb9a922cc9717bacf100ba40 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Fri, 16 Aug 2002 17:28:06 +0000 Subject: [PATCH] docref_root and docref_ext git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@92302 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/config.xml | 50 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 48 insertions(+), 2 deletions(-) diff --git a/chapters/config.xml b/chapters/config.xml index 08d20a8086..ddc6450150 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1,5 +1,5 @@ - + Configuration @@ -395,11 +395,57 @@ include_path = ".;c:\php\lib" - Turn off HTML tags in error messages. + Turn off HTML tags in error messages. The new format for html errors produces + clickable messages that direct the user to a page describing the error or + function in causing the error. These references are affected by + docref_root and + docref_ext. + + + docref_root + string + + + + The new error format contains a reference to a page describing the error or + function in causing the error. In case of manual pages you can download the + manual in your language and set this ini directive to the url of your local + copy. If your local copy of the manual can be reached by '/manual/' you can + simply use docref_root=/manual/. Additional you have + to set docref_ext to match the fileextensions of your copy + docref_ext=.html. It is possible to use external + references. For example you can use + docref_root=http://manual/en/. + + + + The value of docref_root must end with a slash '/'. + + + + + + + + docref_ext + string + + + + See docref_root. + + + + The value of docref_ext must begin with a dot '.'. + + + + + open_basedir