From b3f563ac991a50b2efecb5f6557533197b48d60b Mon Sep 17 00:00:00 2001 From: Date: Mon, 25 Dec 2006 01:31:04 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) diff --git a/ChangeLog b/ChangeLog index 74998cdaaf..385684efc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,81 @@ +2006-12-24 Ilia Alshanetsky + + * ext/imap/php_imap.c: + MFB: Fixed buffer boundary protection + + * (PHP_5_2) + ext/imap/php_imap.c: + Fixed buffer boundary protection + + * ext/sqlite/libsqlite/src/encode.c: + MFB: Added empty string checks + + * (PHP_5_2) + ext/sqlite/libsqlite/src/encode.c: + Added empty string checks + +2006-12-24 Rob Richards + + * ext/com_dotnet/com_saproxy.c: + update function signature + + * (PHP_5_2) + NEWS + NEWS: + BFN + + * ext/com_dotnet/com_com.c + ext/com_dotnet/com_handlers.c + ext/com_dotnet/com_saproxy.c + ext/com_dotnet/php_com_dotnet_internal.h: + MFB: fix bug #33734 and related (Something strange with COM Object) + - caused by fix in com_handlers.c rev 1.22.2.5 + + * (PHP_5_2) + ext/com_dotnet/com_com.c + ext/com_dotnet/com_handlers.c + ext/com_dotnet/com_saproxy.c + ext/com_dotnet/php_com_dotnet_internal.h: + fix bug #33734 and related (Something strange with COM Object) + - caused by fix in com_handlers.c rev 1.22.2.5 + + * ext/com_dotnet/com_handlers.c + ext/com_dotnet/com_variant.c + ext/com_dotnet/com_wrapper.c + ext/com_dotnet/tests/bug33386.phpt + ext/com_dotnet/tests/bug39596.phpt: + MFB: + - fix bug #33386 (ScriptControl only sees last function of class): + com_wrapper.c + - fix bug #37588 (COM Property propputref converts to PHP function + and can't be accesed): com_handlers.c + - fix bug #39596 (Creating Variant of type VT_ARRAY): com_variant.c + - add tests + + * ext/com_dotnet/tests/bug33386.phpt + ext/com_dotnet/tests/bug33386.phpt + ext/com_dotnet/tests/bug39596.phpt + ext/com_dotnet/tests/bug39596.phpt: + + file bug33386.phpt was initially added on branch PHP_5_2. + + * (PHP_5_2) + ext/com_dotnet/com_handlers.c + ext/com_dotnet/com_variant.c + ext/com_dotnet/com_wrapper.c: + - fix bug #33386 (ScriptControl only sees last function of class): + com_wrapper.c + - fix bug #37588 (COM Property propputref converts to PHP function + and can't be accesed): com_handlers.c + - fix bug #39596 (Creating Variant of type VT_ARRAY): com_variant.c + - add tests + +2006-12-24 Hannes Magnusson + + * (PHP_5_2) + ext/zip/php_zip.c: + Fix typo + 2006-12-23 Ilia Alshanetsky * ext/zip/php_zip.c -- 2.50.1