summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2004-11-19 17:18:09 +0000
committerAntony Dovgal <tony2001@php.net>2004-11-19 17:18:09 +0000
commitacab9b33be5a241233e57ab45c882e3e16dbde08 (patch)
tree6ed948e2d66bb354afca0efd76549dc4911f3e85
parentbb7515902c3db59d39023b8774af5c77d988c255 (diff)
downloadphp-git-acab9b33be5a241233e57ab45c882e3e16dbde08.tar.gz
BFN
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 53e5ec29c1..4799e373bf 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,8 @@ PHP NEWS
(Ilia)
- Fixed bug #30645 (def. multi result set support for mysql_connect). (Georg)
- Fixed bug #30637 (compile with pear error). (Antony)
+- Fixed bug #30587 (array_multisort doesn't separate zvals before
+ changing them). (Tony)
- Fixed bug #30572 (crash when comparing SimpleXML attribute to a boolean).
(Andi)
- Fixed bug #30566 (attribute namespace URIs are inconsistent when parsing).