]> granicus.if.org Git - php/commit
Revert "Fixed bug #71053 (Type Hint about DateTime::diff does not match with informed)"
authorXinchen Hui <laruence@gmail.com>
Wed, 9 Dec 2015 04:00:23 +0000 (12:00 +0800)
committerXinchen Hui <laruence@gmail.com>
Wed, 9 Dec 2015 04:00:23 +0000 (12:00 +0800)
commitf248309b7485fea08e3c112adab97bfa1fc74df4
treeee416023cc93cd7e02de5200ae269c94c2deea03
parent943b23dcf6666a708c2ad4470cad5db36d47683a
Revert "Fixed bug #71053 (Type Hint about DateTime::diff does not match with informed)"

THis is bc break, which will break $date1->diff($date2 , 1), which is
common used

please do not do bc break without a asking

This reverts commit 943b23dcf6666a708c2ad4470cad5db36d47683a.
NEWS
ext/date/php_date.c
ext/date/tests/bug71053.phpt [deleted file]