From 31e9bc3f38688c8e04ac123187b1f7110a149b86 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 1 Jun 2003 14:34:52 +0000 Subject: [PATCH] Add this interesting note git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129727 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/errorfunc/ini.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/reference/errorfunc/ini.xml b/reference/errorfunc/ini.xml index 13273fa546..16fb0dfcda 100644 --- a/reference/errorfunc/ini.xml +++ b/reference/errorfunc/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -156,6 +156,12 @@ This determines whether errors should be printed to the screen as part of the output or if they should be hidden from the user. + + + This is a feature to support your development and should never be used + on production systems (e.g. systems connceted to the internet). + + @@ -290,7 +296,7 @@ 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 + function 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 @@ -305,6 +311,13 @@ Most of the time you want the docref_root value to end with a slash '/'. But see the second example above which does not have nor need it. + + + This is a feature to support your development since it makes it easy to + lookup a function description. However it should never be used on + production systems (e.g. systems connceted to the internet). + +