diff options
author | Nikita Popov <nikic@php.net> | 2017-01-03 12:18:33 +0100 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2017-01-03 12:18:33 +0100 |
commit | 661fad7beb71d1096e93b0212624ad5f94e5a648 (patch) | |
tree | 7a225aa3855d91aec21b4b45fc9feb65f4ad3f39 /NEWS | |
parent | e42a01bcd54eaaa62e18a648a4a310063bd0abf1 (diff) | |
parent | b3889d4b20aaec16ceb89fe64e42de7c464e20e1 (diff) | |
download | php-git-661fad7beb71d1096e93b0212624ad5f94e5a648.tar.gz |
Merge branch 'PHP-7.0' into PHP-7.1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |