diff options
author | David Coallier <davidc@php.net> | 2009-02-03 21:45:19 +0000 |
---|---|---|
committer | David Coallier <davidc@php.net> | 2009-02-03 21:45:19 +0000 |
commit | 16bb7d16efffa99d7bd406f0e000350db6063e99 (patch) | |
tree | e983f0a146593b82b996e34338585d0967d993ce /NEWS | |
parent | 0328eaea77f5992536676ef09eeb4de19c119cc1 (diff) | |
download | php-git-16bb7d16efffa99d7bd406f0e000350db6063e99.tar.gz |
- Added news item for Bugfix #46048
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ PHP NEWS - Fixed bug #46347 (parse_ini_file() doesn't support * in keys). (Nuno) - Re-Fixed bug #46026 (bz2.decompress/zlib.inflate filter tries to decompress after end of stream). (Greg) +- Fixed bug #46048 (SimpleXML top-level @attributes not part of iterator). (David C.) 29 Jan 2009, PHP 5.3.0 Beta 1 - Upgraded bundled sqlite to version 3.6.10. (Scott, Ilia) |