php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #48582 Exhaustive logging
Submitted: 2009-06-17 13:43 UTC Modified: 2009-06-18 14:45 UTC
From: dmda at yandex dot ru Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 5.3.0RC3 OS: Windows XP sp3
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: dmda at yandex dot ru
New email:
PHP Version: OS:

 

 [2009-06-17 13:43 UTC] 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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-06-18 13:52 UTC] jani@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-18 14:45 UTC] dmda at yandex dot ru
>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.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 21 17:00:03 2025 UTC