From: Anatol Belski Date: Mon, 7 Nov 2016 19:48:13 +0000 (+0100) Subject: update NEWS X-Git-Tag: php-7.1.0RC6~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=054eafdc63606d6c6a39742717dc606775c14e58;p=php update NEWS --- diff --git a/NEWS b/NEWS index 55c6fa0cdc..4d97ec2c0a 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,10 @@ PHP NEWS . Introduced encoder struct instead of global which fixes bugs #66025 and #73254 related to pretty print indentation. (Jakub Zelenka) +- 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)