1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 13:31:27 +02:00

update NEWS

This commit is contained in:
Anatol Belski
2016-11-21 19:56:09 +01:00
parent 4805be1db6
commit 1d352645fc

3
NEWS
View File

@@ -14,6 +14,9 @@ PHP NEWS
. Fixed bug #72776 (Invalid parameter in memcpy function trough
openssl_pbkdf2). (Jakub Zelenka)
- SOAP:
. Fixed bug #73452 (Segfault (Regression for #69152)). (Dmitry)
- SQLite3:
. Fixed bug #73530 (Unsetting result set may reset other result set). (cmb)