summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-07-29 17:33:40 +0200
committerAnatol Belski <ab@php.net>2016-07-29 17:33:40 +0200
commit5b6f7936446febda9ed7a5fd5eeb223e6f4641b2 (patch)
tree4190f679670ff3b3033753ed0ff00a39d9a8c0f3
parent9b9aeb66bd0e5f87f8a5b4e87e68ce163895991c (diff)
downloadphp-git-5b6f7936446febda9ed7a5fd5eeb223e6f4641b2.tar.gz
update NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 15f1173482..d939bf63fd 100644
--- 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)