Effect of log_errors_max_len (bug #20663)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164439 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2004-07-27 12:55:10 +00:00
parent e0ed731632
commit 9884197f7e

View file

@ -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>