summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-06-17 10:53:15 +0000
committerAntony Dovgal <tony2001@php.net>2005-06-17 10:53:15 +0000
commit8d2dd7901c4432fbddc5bf4e8bf3c4962cdb2f0d (patch)
tree8551891272242534a4a3384bc6c17a048e224829 /NEWS
parentd1ee85c2ddfc4449df3065f20b57f541c07cbf14 (diff)
downloadphp-git-8d2dd7901c4432fbddc5bf4e8bf3c4962cdb2f0d.tar.gz
add news entry and test for bug #33382
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2b867a02d6..04bdc58a38 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,8 @@ PHP NEWS
shutdown). (Wez)
- Fixed PECL bug #3714 (beginTransaction doesn't work if you're in
auto-commit mode). (Wez)
+- Fixed bug #33382 (array_reverse() fails after *sort()),
+ introduced by zend_hash_sort() optimizations in HEAD. (Tony)
- Fixed bug #33340 (CLI Crash when calling php:function from XSLT). (Rob)
- Fixed bug #33318 (throw 1; results in Invalid opcode 108/1/8). (Dmitry)
- Fixed bug #33312 (ReflectionParameter methods do not work correctly).