]> granicus.if.org Git - php/commit
Fix bug #71525
authorSean DuBois <sean@siobud.com>
Thu, 4 Feb 2016 21:13:57 +0000 (15:13 -0600)
committerAnatol Belski <ab@php.net>
Mon, 15 Feb 2016 07:19:07 +0000 (08:19 +0100)
commitf31e0cd3345ab1d0b4a5f82a804b2a8868a307e1
treef14f9e9f6a488d84d259d27bc022e5bfd6e267b0
parentd0649a8441f6087a63d2aba0f4b9fe045ba29a1c
Fix bug #71525

timelib_time->timelib_rel_time is mutated by date_modify, and because it is never zero'ed out
it latters causes other date operations to fail (like date_date_set)
ext/date/php_date.c
ext/date/tests/bug71525.phpt [new file with mode: 0644]