|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015-08-05 14:06 UTC] cmb@php.net
-Status: Open
+Status: Verified
-Assigned To:
+Assigned To: cmb
[2015-08-05 14:10 UTC] cmb@php.net
[2015-08-05 14:10 UTC] cmb@php.net
-Status: Verified
+Status: Closed
[2015-08-05 14:10 UTC] cmb@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 20:00:01 2025 UTC |
Description: ------------ I use function error_log to log some custom error,but the configuration log_error_max_len doesn't affect Test script: --------------- <?php echo ini_get('log_errors_max_len'); //1024 $a = str_repeat('a', 2000); error_log($a); //log successed Expected result: ---------------- maybe change the documentation http://php.net/manual/en/errorfunc.configuration.php#ini.log-errors-max-len