From: Dmitry Stogov Date: Mon, 26 Sep 2016 11:17:27 +0000 (+0300) Subject: Merge branch 'PHP-7.0' into PHP-7.1 X-Git-Tag: php-7.1.0RC3~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bca7f029335941e8cb79e793a9143c3f546a7a87;p=php Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fixed bug #73156 (segfault on undefined function) --- bca7f029335941e8cb79e793a9143c3f546a7a87 diff --cc NEWS index 43e85ac1e3,c692a67bff..f8b905479f --- a/NEWS +++ b/NEWS @@@ -1,8 -1,17 +1,9 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2016 PHP 7.0.12 +?? ??? 2016, PHP 7.1.0RC3 - Core: - . Fixed bug #73067 (__debugInfo crashes when throwing an exception). - (Laruence) - . Fixed bug #73025 (Heap Buffer Overflow in virtual_popen of - zend_virtual_cwd.c). (cmb) - . Fixed bug #72703 (Out of bounds global memory read in BF_crypt triggered by - password_verify). (Anatol) - . Fixed bug #73058 (crypt broken when salt is 'too' long). (Anatol) - . Fixed bug #69579 (Invalid free in extension trait). (John Boehr) + . Fixed bug #73156 (segfault on undefined function). (Dmitry) . Fixed bug #73163 (PHP hangs if error handler throws while accessing undef const in default value). (Nikita)