]> granicus.if.org Git - php/commit
- MFH Bugfixes:
authorDerick Rethans <derick@php.net>
Sat, 26 Jan 2008 16:26:47 +0000 (16:26 +0000)
committerDerick Rethans <derick@php.net>
Sat, 26 Jan 2008 16:26:47 +0000 (16:26 +0000)
commitda11bc2b32f51b4a7e50958fc85d7f3c724e90aa
tree34e84903551b51a4a0db2fdb6643da962f6c1116
parent905f0d086baa5ed048d53c9ccd11f66ce91a6b6d
- MFH Bugfixes:
- Fixed bug #43808 (date_create never fails (even when it should)).
- Fixed bug #43527 (DateTime created from a timestamp reports environment
  timezone).
- Fixed bug #43003 (Invalid timezone reported for DateTime objects
  constructed using a timestamp).
- Fixed bug #42190 (Constructing DateTime with TimeZone Indicator
  invalidates DateTimeZone).
- Fixed bug #41599 (setTime() fails after modify() is used).
NEWS
ext/date/lib/parse_date.c
ext/date/lib/tm2unixtime.c
ext/date/php_date.c
ext/date/tests/bug40743.phpt [new file with mode: 0644]
ext/date/tests/bug41599.phpt [new file with mode: 0644]
ext/date/tests/bug42910.phpt [new file with mode: 0644]
ext/date/tests/bug43003.phpt [new file with mode: 0644]
ext/date/tests/bug43527.phpt [new file with mode: 0644]
ext/date/tests/bug43808.phpt [new file with mode: 0644]