vrana Tue Jul 27 08:55:10 2004 EDT
Modified files: /phpdoc/en/reference/errorfunc ini.xml Log: Effect of log_errors_max_len (bug #20663) http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/ini.xml?r1=1.21&r2=1.22&ty=u Index: phpdoc/en/reference/errorfunc/ini.xml diff -u phpdoc/en/reference/errorfunc/ini.xml:1.21 phpdoc/en/reference/errorfunc/ini.xml:1.22 --- phpdoc/en/reference/errorfunc/ini.xml:1.21 Sat Apr 3 14:05:27 2004 +++ phpdoc/en/reference/errorfunc/ini.xml Tue Jul 27 08:55:10 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.21 $ --> +<!-- $Revision: 1.22 $ --> <section id="errorfunc.configuration"> &reftitle.runtime; &extension.runtime; @@ -222,6 +222,8 @@ <link linkend="ini.error-log">error_log</link> information about the source is added. The default is 1024 and 0 allows to not apply any maximum length at all. + This length is applied to logged errors, displayed errors and also to + <link linkend="reserved.variables.phperrormsg">$php_errormsg</link>. </para> </listitem> </varlistentry>