From: Anatol Belski Date: Mon, 7 Nov 2016 19:47:06 +0000 (+0100) Subject: update NEWS X-Git-Tag: php-7.1.0RC6~7^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a67b894cc85908c2b74d38aabf2f665aa6df1f3b;p=php update NEWS --- diff --git a/NEWS b/NEWS index fd90c3c447..aa1fc942b0 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,10 @@ PHP NEWS . Fixded bug #72736 (Slow performance when fetching large dataset with mysqli / PDO). (Dmitry) +- ODBC: + . Fixed bug #73448 (odbc_errormsg returns trash, always 513 bytes). + (Anatol) + - PCRE: . Fixed bug #73392 (A use-after-free in zend allocator management). (Laruence)