summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2017-10-28 12:57:36 +0200
committerNikita Popov <nikita.ppv@gmail.com>2017-10-28 12:57:46 +0200
commit27856f64c332752cbc6874327ebbe161294b9637 (patch)
tree7db2535fc79de4fcbaf949fb13e56816856249c8 /NEWS
parent14be7dcf8e0e41cc8580202fe4beaa4347229b0a (diff)
parent938f256ed90ea8b2e371ab6a50b953aa84d2c5f8 (diff)
downloadphp-git-27856f64c332752cbc6874327ebbe161294b9637.tar.gz
Merge branch 'PHP-7.0' into PHP-7.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index beef1b7fe2..f9345b438c 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,10 @@ PHP NEWS
. Fixed bug #75317 (UConverter::setDestinationEncoding changes source instead
of destination). (andrewnester)
+- Mysqli:
+ . Fixed bug #75434 (Wrong reflection for mysqli_fetch_all function). (Fabien
+ Villepinte)
+
- OCI8:
. Fixed valgrind issue. (Tianfang Yang)