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