diff options
author | Antony Dovgal <tony2001@php.net> | 2005-06-17 10:53:15 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2005-06-17 10:53:15 +0000 |
commit | 8d2dd7901c4432fbddc5bf4e8bf3c4962cdb2f0d (patch) | |
tree | 8551891272242534a4a3384bc6c17a048e224829 /NEWS | |
parent | d1ee85c2ddfc4449df3065f20b57f541c07cbf14 (diff) | |
download | php-git-8d2dd7901c4432fbddc5bf4e8bf3c4962cdb2f0d.tar.gz |
add news entry and test for bug #33382
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |