From 2d3d739acf66326fc60952014e69b77db636aca4 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 5 May 2003 17:25:04 +0000 Subject: [PATCH] - Clarify display_errors and break the docref URL (it was borking the display on the site bigtime) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125875 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/errorfunc/ini.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/reference/errorfunc/ini.xml b/reference/errorfunc/ini.xml index 3ae775f449..ee36a5c166 100644 --- a/reference/errorfunc/ini.xml +++ b/reference/errorfunc/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -152,7 +152,7 @@ This determines whether errors should be printed to the screen - as part of the HTML output or not. + as part of the output or if they should be hidden from the user. @@ -296,7 +296,8 @@ docref_ext=.html. It is possible to use external references. For example you can use docref_root=http://manual/en/ or - docref_root="http://landonize.it/?how=url&theme=classic&filter=Landon&url=http%3A%2F%2Fwww.php.net%2F" + docref_root="http://landonize.it/?how=url&theme=classic&filter=Landon + &url=http%3A%2F%2Fwww.php.net%2F" Most of the time you want the docref_root value to end with a slash '/'.