]> granicus.if.org Git - php/commitdiff
update NEWS
authorAnatol Belski <ab@php.net>
Mon, 7 Nov 2016 19:48:13 +0000 (20:48 +0100)
committerAnatol Belski <ab@php.net>
Mon, 7 Nov 2016 19:48:13 +0000 (20:48 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 55c6fa0cdca5e2ed86397f928138804b69177ce1..4d97ec2c0a24ba3e0a4f31b01c55518fd756e5db 100644 (file)
--- 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)