1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 15:12:39 +02:00

- BFN (not to forget this one)

This commit is contained in:
Marcus Boerger
2005-11-29 02:58:20 +00:00
parent 0626f6ca0a
commit ac48d5d24f

1
NEWS
View File

@@ -5,6 +5,7 @@ PHP NEWS
. Fixed memleaks
. Added methods getNamespaces(), getDocNamespaces()
. Fixed var_dump()
. Fixed isset/empty/(bool) behavior
- Fixed bug #35456 (+ 1 [time unit] format did not work). (Ilia)
- Fixed bug #35431 (PDO crashes when using LAZY fetch with fetchAll). (Wez)
- Fixed bug #35430 (PDO crashes on incorrect FETCH_FUNC use). (Tony)