summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2017-01-03 12:18:33 +0100
committerNikita Popov <nikic@php.net>2017-01-03 12:18:33 +0100
commit661fad7beb71d1096e93b0212624ad5f94e5a648 (patch)
tree7a225aa3855d91aec21b4b45fc9feb65f4ad3f39 /NEWS
parente42a01bcd54eaaa62e18a648a4a310063bd0abf1 (diff)
parentb3889d4b20aaec16ceb89fe64e42de7c464e20e1 (diff)
downloadphp-git-661fad7beb71d1096e93b0212624ad5f94e5a648.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 c1fbefa669..80e91c4dd1 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,10 @@ PHP NEWS
. Fixed bug #73646 (mb_ereg_search_init null pointer dereference).
(Laruence)
+- Mysqli:
+ . Fixed bug #73462 (Persistent connections don't set $connect_errno).
+ (darkain)
+
- Mysqlnd:
. Optimized handling of BIT fields - less memory copies and lower memory
usage. (Andrey)