changelog Mon May 3 20:35:08 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1617&r2=1.1618&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1617 php-src/ChangeLog:1.1618 --- php-src/ChangeLog:1.1617 Sun May 2 20:36:04 2004 +++ php-src/ChangeLog Mon May 3 20:35:07 2004 @@ -1,3 +1,32 @@ +2004-05-03 Wez Furlong <[EMAIL PROTECTED]> + + * ext/com_dotnet/com_extension.c + ext/com_dotnet/com_handlers.c + ext/com_dotnet/com_misc.c + ext/com_dotnet/com_saproxy.c + ext/com_dotnet/com_variant.c + ext/com_dotnet/tests/27974.phpt: + Enable writing to SafeArray dimensions. + + * ext/com_dotnet/com_handlers.c + ext/com_dotnet/com_saproxy.c + ext/com_dotnet/tests/variants.phpt: + Fix problem when assigning to a variable that holds an instance of + a COM/VARIANT/DOTNET object. + + * ext/com_dotnet/README + ext/com_dotnet/com_extension.c + ext/com_dotnet/com_variant.c + ext/com_dotnet/com_wrapper.c: + Fixup some constants and error handling. + Remove unfinished and un-needed function. + +2004-05-03 Uwe Schindler <[EMAIL PROTECTED]> + + * sapi/nsapi/nsapi.c + sapi/nsapi/nsapi.c: + Security fix: Put '\0' string termination before loop + 2004-05-02 Andi Gutmans <[EMAIL PROTECTED]> * ZendEngine2/zend_operators.c: @@ -2758,7 +2787,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1617 2004/05/03 00:36:04 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1618 2004/05/04 00:35:07 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>