summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2009-03-03 23:43:29 +0000
committerIlia Alshanetsky <iliaa@php.net>2009-03-03 23:43:29 +0000
commit0f1d4eb3761fea6f8ef4dca9ee6658a5c2b05087 (patch)
treeea6d38f8bbd877cf7d740f741ec745aa15a1e892
parente66b91c063086c28f930563ff8c7e093a8047e56 (diff)
downloadphp-git-0f1d4eb3761fea6f8ef4dca9ee6658a5c2b05087.tar.gz
BFN
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c8df64fc9e..7bd100b624 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ PHP NEWS
- Re-enabled phar for big-endian systems after fixing problems. (Greg)
+- Fixed bug #47549 (get_defined_constants() return array with broken
+ array categories). (Ilia)
- Fixed Bug #47443 (metaphone('scratch') returns wrong result). (Felipe)
- Fixed bug #47438 (mysql_fetch_field ignores zero offset). (Johannes)
- Fixed bug #47398 (PDO_Firebird doesn't implements quoter correctly). (Felipe)