changelog Mon Dec 25 01:31:04 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2551&r2=1.2552&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2551 php-src/ChangeLog:1.2552 --- php-src/ChangeLog:1.2551 Sun Dec 24 01:31:01 2006 +++ php-src/ChangeLog Mon Dec 25 01:31:04 2006 @@ -1,3 +1,81 @@ +2006-12-24 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (PHP_5_2) + ext/zip/php_zip.c: + Fix typo + 2006-12-23 Ilia Alshanetsky <[EMAIL PROTECTED]> * ext/zip/php_zip.c