summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2013-03-26 12:02:48 +0800
committerXinchen Hui <laruence@php.net>2013-03-26 12:02:48 +0800
commited315823019c8111847fb9a24293dc758ead7c3a (patch)
tree68428df3b199015885fc738975acbfb73a24bf9c /NEWS
parent0496ad31acf067910c9d17117290d168617f845a (diff)
downloadphp-git-ed315823019c8111847fb9a24293dc758ead7c3a.tar.gz
Fixed bug #64515 (Memoryleak when using the same variablename 2times in function declaration)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 09ce1d1382..e33c7a389c 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP NEWS
?? ??? 20??, PHP 5.5.0 Beta 2
- Core:
+ . Fixed bug #64515 (Memoryleak when using the same variablename 2times in
+ function declaration). (Laruence)
. Fixed bug #64503 (Compilation fails with error: conflicting types for
'zendparse'). (Laruence)
. Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11).