Skip to content

Commit e6c1ff2

Browse files
author
Derick Rethans
committed
- Fixed bug #33578 (strtotime() problem with "Oct17" format).
- Fixed problems with lone years in strtotime(). - Added functions to timelib to get a list of all abbreviations and timezone identifiers. - Fixed problems with parsed dates that only have GMT offsets associated with them. - Fixed a Windows compile problem. - Added special constants for different often used date formats (DATE_ISO8601, DATE_RFC822, DATE_RSS etc). - Fixed date_default_timezone_get() to return the guessed timezone if none was set yet with date_default_timezone_set(). - Added experimental support for Date/Timezone objects as per specifications.
1 parent efcfe44 commit e6c1ff2

25 files changed

+6180
-5600
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ PHP NEWS
33
?? ??? 2005, PHP 5.1
44
- Fixed bug #33648 (Using --with-regex=system causes compile failure). (Andrei)
55
- Fixed bug #33710 (ArrayAccess objects doen't initialize $this). (Dmitry)
6+
- Fixed bug #33578 (strtotime() problem with "Oct17" format). (Derick)
67
- Fixed bug #33558 (warning with nested calls to functions returning by
78
reference). (Dmitry)
89

ext/date/TODO

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
- Port over my 200 test cases to .phpt format.
22
- Write an error handler for unexpected characters while parsing dates.
33
- Cache lookups for timezone information.
4-
- Move all date/time related functions from ext/standard to ext/date.
5-
- Move all date/time related tests from ext/standard/tests to ext/data/tests.
64
- Optimize parsing @ with a negative timestamp.

0 commit comments

Comments
 (0)