]> granicus.if.org Git - php/commit
Fixed bug #62852 Unserialize Invalid Date crash
authorAnatol Belski <ab@php.net>
Fri, 15 Mar 2013 20:22:35 +0000 (21:22 +0100)
committerAnatol Belski <ab@php.net>
Fri, 15 Mar 2013 20:22:35 +0000 (21:22 +0100)
commitf8b91d9acff10ede7bd3f2bc631794a3abef8ff7
treea4584ef642a272ed60d560ac5b0bd727dcf3aea1
parentb1dbfb73571b051fef055dc371e05163cf73eb8b
Fixed bug #62852 Unserialize Invalid Date crash

Error handling is the same as in bug #53437, E_ERROR if we
expect an invalid object.
NEWS
ext/date/php_date.c
ext/date/tests/bug62852.phpt
ext/date/tests/bug62852_var2.phpt [new file with mode: 0644]
ext/date/tests/bug62852_var3.phpt [new file with mode: 0644]