From: Antony Dovgal Date: Tue, 15 Aug 2006 13:19:58 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.2.0RC2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=126b6ecd85eeaf2844cb45a394d78f0955bb5f9c;p=php BFN --- diff --git a/NEWS b/NEWS index 386d891e9b..4f910de064 100644 --- a/NEWS +++ b/NEWS @@ -38,6 +38,8 @@ PHP NEWS - Fixed phpinfo() cutoff of variables at \0. (Ilia) - Fixed a bug in the filter extension that prevented magic_quotes_gpc from being applied when RAW filter is used. (Ilia) +- Fixed bug #38461 (setting private attribute with __set() produces + segfault). (Tony) - Fixed bug #38451 (PDO_MYSQL doesn't compile on Solaris). (Tony) - Fixed bug #38450 (constructor is not called for classes used in userspace stream wrappers). (Tony)