|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2012-08-14 10:17 UTC] admin at x-simulator dot de
Description: ------------ With 5.3.15 Bug #45191 and Bug #49627 reappers! Reproduce code: --------------- # php.ini : ; Log errors to specified file. error_log = "/var/log/php/php-error.log" ; Defines the default timezone used by the date functions date.timezone = "Europe/Berlin" # System time settings: root@localhost ~# date root@localhost ~# Tue Aug 14 11:47:29 CEST 2012 php-error.log still writes GMT: Tue Aug 14 09:47:29 Same problem is reported with PHP 5.4.1 to 5.4.5 I must reopen and write a new bug report because the old bugs are closed and the error is still existent in current versions of php. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 09:00:01 2025 UTC |
It seems to me that this has been fixed in the meantime. With PHP-7.4 I get something like [07-Apr-2021 13:14:16 Europe/Berlin] Or is there still an issue with any of the actively supported PHP versions[1]? [1] <https://www.php.net/supported-versions.php>