com php-src: Replace NEWS entry for #74159 with #72333: NEWS
[email protected] (Jakub Zelenka)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 960e5cde0248e71ee723f67210ae924c4e4fcf22 Author: Jakub Zelenka <[email protected]> Tue, 14 Mar 2017 18:41:23 +0000 Parents: ba70478a215268f89f07c6a033c092e882c3d875 Branches: PHP-7.0 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=960e5cde0248e71ee723f67210ae924c4e4fcf22 Log: Replace NEWS entry for #74159 with #72333 The #74159 is duplicate Bugs: https://bugs.php.net/74159 https://bugs.php.net/72333 Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index b598d4d..17048a4 100644 --- a/NEWS +++ b/NEWS @@ -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