ID: 48582 User updated by: dmda at yandex dot ru Reported By: dmda at yandex dot ru Status: Bogus Bug Type: Scripting Engine problem Operating System: Windows XP sp3 PHP Version: 5.3.0RC3 New Comment:
>please do not submit the same bug more than once as far as I know, I've submitted this bug only once. Perhaps you mean I'd check for duplications, in case if somebody else has submitted the same bug. And yes, I've checked for duplications. If so, I'm sorry, I did not find that. If you know the duplication, would you please point me out to the bug#? and I promise I'll post my comments and followups at that thread. Previous Comments: ------------------------------------------------------------------------ [2009-06-18 13:52:13] j...@php.net Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Thank you for your interest in PHP. ------------------------------------------------------------------------ [2009-06-17 13:43:54] dmda at yandex dot ru Description: ------------ php produces about 800K of log with exactly same line upon just one run: [17-Jun-2009 17:36:58] PHP Warning: Unknown: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Moscow' for '4.0/DST' instead in Unknown on line 0 Reproduce code: --------------- php.ini: ===================================== error_reporting=E_ALL | E_DEPRECATED error_log="D:\php-5.3RC3-Win32\php.log" log_errors=On display_errors=Off ===================================== command line arguments: ===================================== php-cgi.exe -i >somefile.html ===================================== Expected result: ---------------- 1 line in the log Actual result: -------------- 2045 lines in the log ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=48582&edit=1