diff options
author | Xinchen Hui <laruence@php.net> | 2013-03-26 12:02:48 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2013-03-26 12:02:48 +0800 |
commit | ed315823019c8111847fb9a24293dc758ead7c3a (patch) | |
tree | 68428df3b199015885fc738975acbfb73a24bf9c /NEWS | |
parent | 0496ad31acf067910c9d17117290d168617f845a (diff) | |
download | php-git-ed315823019c8111847fb9a24293dc758ead7c3a.tar.gz |
Fixed bug #64515 (Memoryleak when using the same variablename 2times in function declaration)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |