summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-08-11 21:32:57 +0000
committerAntony Dovgal <tony2001@php.net>2005-08-11 21:32:57 +0000
commitb58f366c5cba553eff7889e8b4e121d30e6633c9 (patch)
tree72477c4181b34a3159edce08c045995769efa2ec /NEWS
parentef36d692cd08b9bc647f167b220e900cf792b41e (diff)
downloadphp-git-b58f366c5cba553eff7889e8b4e121d30e6633c9.tar.gz
MF5.1: fix #34078 (Reflection API problems in methods with boolean or null default values)
(andrei said to sara a few hours ago you may commit whatever you want until 9pm) (c) helly if there are any problems with this patch - please tell me, I'll revert it immediately
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 36b6a93022..94d94b79b9 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,8 @@ PHP NEWS
- Fixed "make test" to work for phpized extensions. (Hartmut, Jani)
- Fixed failing queries (FALSE returned) with mysqli_query() on 64 bit systems.
(Andrey)
+- Fixed bug #34078 (Reflection API problems in methods with boolean or null
+ default values). (Tony)
- Fixed bug #34064 (arr[] as param to function in class gives invalid opcode).
(Dmitry)
- Fixed bug #34062 (Crash in catch block when many arguments are used).