]> granicus.if.org Git - php/commitdiff
update NEWS
authorAnatol Belski <ab@php.net>
Fri, 29 Jul 2016 15:33:40 +0000 (17:33 +0200)
committerAnatol Belski <ab@php.net>
Fri, 29 Jul 2016 15:33:40 +0000 (17:33 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 15f117348229fc70a10259b7f29c9b6b0873cadb..d939bf63fdcde8f8ff7f99f08f70cada21cc0867 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,7 @@ PHP                                                                        NEWS
 - Mysqlnd:
   . Fixed bug #71863 (Segfault when EXPLAIN with "Unknown column" error when
     using MariaDB). (Andrey)
+  . Fixed bug #72701 (mysqli_get_host_info() wrong output). (Anatol)
 
 - PCRE:
   . Fixed bug #72688 (preg_match missing group names in matches). (cmb)