Skip to content

Commit 4043f77

Browse files
author
Derick Rethans
committed
- MFH: Fixed bug #37017 (strtotime fails before 13:00:00 with some time zones
identifiers). (Derick) - MFH: Fixed bug #36988 (mktime freezes on long numbers). (Derick) - MFH: Implemented better error and warning handling that is also used for the date_parse() function. - MFH: Fixed problems with "T" in front of a time string was seen as a time zone string. - MFH: Fixed a problem were 5 and 6 character timezone abbreviations where not correctly parsed. Experimental support (All MFH): - Added the date_parse() function that returns a parsed date/time string including warnings and errors. - Added the timezone_name_from_abbr() function that exposes the guessing mechanism that tries to find a timezone identifier from a timezone abbreviation and GMT offset.
1 parent 4bab522 commit 4043f77

11 files changed

+11842
-8089
lines changed

Diff for: NEWS

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ PHP NEWS
1919
- Fixed offset/length parameter validation in substr_compare() function. (Ilia)
2020
- Fixed debug_zval_dump() to support private and protected members. (Dmitry)
2121
- Fixed SoapFault::getMessage(). (Dmitry)
22+
- Fixed bug #37017 (strtotime fails before 13:00:00 with some time zones
23+
identifiers). (Derick)
24+
- Fixed bug #36988 (mktime freezes on long numbers). (Derick)
2225
- Fixed bug #36981 (SplFileObject->fgets() ignores max_length). (Tony)
2326
- Fixed bug #36957 (serialize() does not handle recursion). (Ilia)
2427
- Fixed bug #36944 (strncmp & strncasecmp do not return false on negative

0 commit comments

Comments
 (0)