]> granicus.if.org Git - php/commit
Merge branch 'master' of git.php.net:php-src
authorDmitry Stogov <dmitry@zend.com>
Thu, 28 Nov 2013 20:59:47 +0000 (00:59 +0400)
committerDmitry Stogov <dmitry@zend.com>
Thu, 28 Nov 2013 20:59:47 +0000 (00:59 +0400)
commitf92eba241e9c2c56b62130849fc9522530cf3c20
tree5abd9140bf695072679a2acf149a658a81119f88
parent77cdda452de760f2202a577db708818f122245a7
parent38574614c5ffbe491ac021531de55e1d24756648
Merge branch 'master' of git.php.net:php-src

* 'master' 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.