1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 13:01:02 +02:00

remove entry for bug #46026, this is fixed in 5.2 now, and needs no 5.3 entry

This commit is contained in:
Greg Beaver
2009-02-09 15:03:32 +00:00
parent 1648372015
commit f7738d7886

2
NEWS
View File

@@ -8,8 +8,6 @@ PHP NEWS
- Fixed bug #47085 (rename() returns true even if the file in PHAR does not exist). (Greg)
- Fixed bug #47031 (Fix constants in DualIterator example). (Etienne)
- Fixed bug #46347 (parse_ini_file() doesn't support * in keys). (Nuno)
- 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