1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 19:41:05 +02:00

- Fix crap

This commit is contained in:
Jani Taskinen
2009-02-05 23:59:17 +00:00
parent 4772af7b4c
commit bddaa8fc4a

2
NEWS
View File

@@ -6,7 +6,7 @@ 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)
- Re-Fixed bug #46026 (bz2.decompress/zlib.inflate filter tries to decompress after
- 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.)