From 9884197f7e582ea37d72fba79ce3b57367fcdc2e Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 27 Jul 2004 12:55:10 +0000 Subject: [PATCH] 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 --- reference/errorfunc/ini.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reference/errorfunc/ini.xml b/reference/errorfunc/ini.xml index e389230e16..07efb45f98 100644 --- a/reference/errorfunc/ini.xml +++ b/reference/errorfunc/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -222,6 +222,8 @@ error_log 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 + $php_errormsg.