From: Date: Sat, 20 Sep 2008 01:31:51 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~352 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb4f3f97bb54002ed3ccefb76068506936fff3a0;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index be607cb55f..e4dd056b21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +2008-09-19 Dmitry Stogov + + * (PHP_5_3) + NEWS + ext/spl/spl_array.c + ext/spl/spl_array.c + ext/spl/tests/bug46115.phpt + ext/spl/tests/bug46115.phpt + ext/spl/tests/bug46115.phpt: + Fixed bug #46115 (Memory leak when calling a method using Reflection) + +2008-09-19 Andrey Hristov + + * ext/mysqli/mysqli.c: + Fix the libmysql build. Unintentionally broken by my last commit. + + * (PHP_5_3) + ext/mysqli/mysqli_api.c + ext/mysqli/tests/bug46109.phpt: + MFH:Fix for bug#46019 MySQLi::init() leaks memory + + * ext/mysqli/mysqli.c + ext/mysqli/mysqli_api.c + ext/mysqli/tests/bug46109.phpt + ext/mysqli/tests/bug46109.phpt: + Fix for bug#46019 MySQLi::init() leaks memory + 2008-09-18 Arnaud Le Blanc * main/rfc1867.c: