Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 296500 - dev-lang/php-5.2.11-r1 timestamp in error_log file is GMT+0 always
Summary: dev-lang/php-5.2.11-r1 timestamp in error_log file is GMT+0 always
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PHP Bugs
URL: http://bonsai.php.net/bug.php?id=49627
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-11 10:42 UTC by Deniss Gaplevsky
Modified: 2010-04-15 00:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Deniss Gaplevsky 2009-12-11 10:42:15 UTC
when error_log is set to file, php ignores date.timezone value and log timestamp as  GMT+0 always


Reproducible: Always

Steps to Reproduce:
1. set date.timezone to any value but GMT+0
2. set error_log to file
3. check time in logfile

Actual Results:  
time always in GMT+0 format

Expected Results:  
time in format as specified by date.timezone

this bug was fixed in php svn
http://bonsai.php.net/bug.php?id=49627
Comment 1 Christian Hoffmann (RETIRED) gentoo-dev 2009-12-15 09:09:01 UTC
Thanks for the detailed report, there is already php-5.2.12_rc4 (not in Gentoo world though), so most likely there won't be a php-5.2.11.

php-5.2.12 and php-5.3.1 (will) have the patch.
Comment 2 Matti Bickel (RETIRED) gentoo-dev 2010-04-15 00:07:18 UTC
We now have php-5.2.13, so this should be fixed. Sorry for taking so long (and please reopen if it's not really fixed).