1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 16:08:35 +02:00

Replace NEWS entry for #74159 with #72333

The #74159 is duplicate
This commit is contained in:
Jakub Zelenka
2017-03-14 18:41:23 +00:00
parent ba70478a21
commit 960e5cde02
+2 -2
View File
@@ -16,8 +16,8 @@ PHP NEWS
(somedaysummer)
- OpenSSL:
. Fixed bug #74159 (Writing a large buffer to a non-blocking encrypted stream
fails with "bad write retry"). (trowski)
. Fixed bug #72333 (fwrite() on non-blocking SSL sockets doesn't work).
(Jakub Zelenka)
- PDO MySQL:
. Fixed bug #71003 (Expose MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT to PDO