]> granicus.if.org Git - php/commit
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
authorDmitry Stogov <dmitry@zend.com>
Thu, 28 Nov 2013 21:00:14 +0000 (01:00 +0400)
committerDmitry Stogov <dmitry@zend.com>
Thu, 28 Nov 2013 21:00:14 +0000 (01:00 +0400)
commit36bd7296c85ac498ec1c38e85e1ded46d98982a8
treef303ac68d79c1dea5c59d78f5d15bc05f668f11a
parent6c2a8068207a02b3d7ae7416a9967dad0a81e61f
parentc3ac86c5690d089ae0b993273a20c81cafd3aa82
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6

* 'PHP-5.6' of git.php.net:php-src:
  Fixed bug #65199 (Wrong Day of Week) and fixed bug #63391 (Incorrect/inconsistent day of week prior to the year 1600)
  Marking those two as XFAIL for now.
  Fixed a few DST changeover issues.
  Move add/sub to timelib.
  Fix backwards transition diffs.
  Split up tests into their different categories.
  Group those tests a bit better, as some of the bd ones wanted a "ST" feature that doesn't exist yet.
  Fixed forward transitions in diffs.
  Always reset those parameters.
  Fixed "Forward Transition" construction of DateTime objects.