]> granicus.if.org Git - php/commit
Upgrade timelib to 2017.01
authorDerick Rethans <github@derickrethans.nl>
Sun, 12 Feb 2017 20:17:01 +0000 (20:17 +0000)
committerDerick Rethans <github@derickrethans.nl>
Sun, 12 Feb 2017 20:17:01 +0000 (20:17 +0000)
commitf0519f48370d39314b3b0b64aa57fe3ac9e2a335
tree74f6080ecaa40d1d7397e8cad7504bfceacc1ca5
parent26fdebc63b642417820017e550d46c1b1f773504
Upgrade timelib to 2017.01

This fixes:

- Fixed bug #72719 (Relative datetime format ignores weekday on sundays only).
- Fixed bug #73294 (DateTime wrong when date string is negative).
- Fixed bug #73489 (wrong timestamp when call setTimeZone multi times with UTC
  offset).
- Fixed bug #73858 (first/last day of' flag is not being reset).
- Fixed bug #73942 ($date->modify('Friday this week') doesn't return a Friday
  if $date is a Sunday).
- Fixed bug #74057 (wrong day when using "this week" in strtotime).
NEWS
ext/date/lib/tm2unixtime.c
ext/date/lib/unixtime2tm.c
ext/date/tests/bug72719.phpt [new file with mode: 0644]
ext/date/tests/bug73294.phpt [new file with mode: 0644]
ext/date/tests/bug73489.phpt [new file with mode: 0644]
ext/date/tests/bug73858.phpt [new file with mode: 0644]
ext/date/tests/bug73942.phpt [new file with mode: 0644]
ext/date/tests/bug74057.phpt [new file with mode: 0644]