From: Date: Mon, 25 Dec 2006 01:31:04 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~526 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3f563ac991a50b2efecb5f6557533197b48d60b;p=php ChangeLog update --- 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