]> granicus.if.org Git - php/commit
- MFH: Fixed weekdays adding/subtracting algorithm.
authorDerick Rethans <derick@php.net>
Sun, 26 Oct 2008 11:27:32 +0000 (11:27 +0000)
committerDerick Rethans <derick@php.net>
Sun, 26 Oct 2008 11:27:32 +0000 (11:27 +0000)
commit21490362dda6a60d6818b4bf871b3f3ed4c6c4e8
tree983021a80c324ec543dc25d2fef5c36601fd6dc8
parent93d952884d83cc3381dae6db6552210c79e353ee
- MFH: Fixed weekdays adding/subtracting algorithm.
- MFH: Fixed some ambiguities in the date parser.
- MFH: Fixed bug #45529 (new DateTimeZone() and date_create()->getTimezone()
  behave different).
- MFH: Fixed bug #43452 (strings containing a weekday, or a number plus weekday
  behaved incorrect of the current day-of-week was the same as the one in the
  phrase).
- MFH: Fixed a bug with the YYYY-MM format not resetting the day correctly.
- MFH: Fixed a bug in the DateTime->modify() methods, it would not use the
  advanced relative time strings.
- MFH: Fixed a segfault - simply a forgotten return;
NEWS
ext/date/lib/parse_date.c
ext/date/lib/parse_date.re
ext/date/lib/parse_tz.c
ext/date/lib/tm2unixtime.c
ext/date/lib/unixtime2tm.c
ext/date/php_date.c
ext/date/tests/bug43452.phpt [new file with mode: 0644]
ext/date/tests/date_parse_001.phpt
ext/date/tests/strtotime_basic.phpt