From: Wez Furlong Date: Wed, 21 Apr 2004 23:02:56 +0000 (+0000) Subject: News about the ssl server socket bug X-Git-Tag: php-5.0.0RC2~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03b4f344a03c4686cd8dab49b91e92a598d4c53e;p=php News about the ssl server socket bug --- diff --git a/NEWS b/NEWS index 7ec1278b86..9d7d7efdb7 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,7 @@ PHP NEWS (Dmitry) - Fixed handling of return values from storred procedures in mssql_execute() with multiple result sets returned. (Frank) +- Fixed bug #28096 (stream_socket_accept() doesn't work with ssl). (Wez) - Fixed bug #28007 (compile mssql extension with old versions of FreeTDS fails). (Frank) - Fixed bug #27997 (SPL: Crash with getInnerIterator()). (Marcus)