Edit report at https://bugs.php.net/bug.php?id=63366&edit=1
ID: 63366 Updated by: larue...@php.net Reported by: p dot varga at lottery24 dot net Summary: Number format in error-log-file Status: Open Type: Feature/Change Request Package: Output Control Operating System: Linux Suse Server PHP Version: 5.4.7RC1 Block user comment: N Private report: N New Comment: dup to #63354 Previous Comments: ------------------------------------------------------------------------ [2012-10-26 06:54:54] p dot varga at lottery24 dot net Description: ------------ The displayed numbers in the PHP error log files are not easy to read: When displaying this error message it takes seconds until the correct number is read: Allowed memory size of 130000000 bytes exhausted (tried to allocate 133600001 bytes) Test script: --------------- <?php $s = ""; for ( $i = 1 ; $i < 10000 ; $i++ ) { $s .= str_repeat("x", 100000); } ?> Expected result: ---------------- Allowed memory size of 130.000.000 bytes exhausted (tried to allocate 133.600.001 bytes) ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=63366&edit=1