diff options
author | Antony Dovgal <tony2001@php.net> | 2006-08-15 13:19:58 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-08-15 13:19:58 +0000 |
commit | 126b6ecd85eeaf2844cb45a394d78f0955bb5f9c (patch) | |
tree | d223ecda858af9751a8209a26fb053db8d4ffecc | |
parent | 08d398aa483d60e5ed15e8c9d15471085c4b27d9 (diff) | |
download | php-git-126b6ecd85eeaf2844cb45a394d78f0955bb5f9c.tar.gz |
BFN
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |