From: Joe Watkins Date: Sun, 13 Nov 2016 05:34:11 +0000 (+0000) Subject: Merge branch 'PHP-7.0' into PHP-7.1 X-Git-Tag: php-7.2.0alpha1~942^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77efe76bf7a39a3320c0d40924c001e14f671482;p=php Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: news entry for #1787 move declaration of vars to top add test for #69587 fix bug #69587 DateInterval properties and isset --- 77efe76bf7a39a3320c0d40924c001e14f671482 diff --cc NEWS index 29b6cce2d0,a5b4271b06..a5e1e746d5 --- a/NEWS +++ b/NEWS @@@ -13,23 -8,10 +13,26 @@@ PH - Core: . Fixded bug #72736 (Slow performance when fetching large dataset with mysqli / PDO). (Dmitry) + . Fixed bug #72482 (Ilegal write/read access caused by gdImageAALine + overflow). (cmb) + . Fixed bug #72696 (imagefilltoborder stackoverflow on truecolor images). + (cmb) + +- Date: + . Fixed bug #73426 (createFromFormat with 'z' format char results in + incorrect time). (Derick) + +- IMAP: + . Fixed bug #73418 (Integer Overflow in "_php_imap_mail" leads to crash). + (Anatol) + +- JSON: + . Introduced encoder struct instead of global which fixes bugs #66025 and + #73254 related to pretty print indentation. (Jakub Zelenka) + - Date: + . Fixed bug #69587 (DateInterval properties and isset). (jhdxr) + - ODBC: . Fixed bug #73448 (odbc_errormsg returns trash, always 513 bytes). (Anatol)