From: Pierre Joye Date: Tue, 18 Nov 2008 02:15:54 +0000 (+0000) Subject: - #41033 X-Git-Tag: php-5.2.7RC4~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d3534ac1d219b6177bd9d117dcfa68826507c3d;p=php - #41033 --- diff --git a/NEWS b/NEWS index 9126471679..f0032e9361 100644 --- a/NEWS +++ b/NEWS @@ -13,9 +13,12 @@ PHP NEWS (Felipe) - Fixed bug #46521 (Curl ZTS OpenSSL, error in config.m4 fragment). (jd at cpanel dot net) +- Fixed bug #46127 (php_openssl_tcp_sockop_accept forgets to set context + on accepted stream) (Mark Karpeles, Pierre) - Fixed bug #44818 (php://memory writeable when opened read only). (Arnaud) +- Fixed bug #41033 (enable signing with DSA keys. (gordyf at google dot com, + Pierre) - Fixed bug #30312 (crash in sybase_unbuffered_query() function). (Timm) - - Fixed stream_get_contents() when using $maxlength and socket is not closed. indeyets@php.net on #46049. (Arnaud)