diff options
author | foobar <sniper@php.net> | 2004-01-11 14:06:16 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2004-01-11 14:06:16 +0000 |
commit | a201e10c9b7b94c4843012f52b4be192c6ec2017 (patch) | |
tree | 78c3968f5069dfdf91230afe40da2a76675e7dc5 | |
parent | fcf131ce235e4156c091511a9020cd31887dc118 (diff) | |
download | php-git-a201e10c9b7b94c4843012f52b4be192c6ec2017.tar.gz |
BFN
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,7 @@ PHP NEWS - Fixed bug #26819 (http_build_query() crashes on NULL output). (Ilia) - Fixed bug #26817 (http_build_query() does not handle private & protected object properties correctly). (Ilia) +- Fixed bug #25816 (disallow arrays in class constants). (Stanislav) - Fixed bug #26815 (foreach of (DOM) childnodes crashes when Xinclude is used). (Rob) - Fixed bug #26762 (unserialize() produces lowercase classnames). (Marcus) @@ -24,6 +25,8 @@ PHP NEWS - Fixed bug #26680 (Added version check in mysqli_report_index). (Georg) - Fixed bug #26675 (Segfault on ArrayAccess use). (Marcus) - Fixed bug #26543 (call_user_func() broken for self, parent). (Stanislav) +- Fixed bug #26077 (memory leak when new() result is not assigned and no + constructor is defined). (Stanislav) - Fixed bug #26065 (Crash when nesting classes). (Marcus) - Fixed bug #25329 (sqlite_create_function with method and reference to $this). (Marcus) |