From: Date: Sun, 14 Aug 2005 05:35:00 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_NEW_OCI8_EXTENSION~271 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=63731039063f47db9eefe43563595126e4e5e1b9;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c5bf0551c6..703a870956 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,57 @@ +2005-08-13 Marcus Boerger + + * ext/standard/type.c: + - ntive is better than standard (Andrei) + +2005-08-13 Wez Furlong + + * main/streams/streams.c: + a bit of pedantic ws + + * ext/com_dotnet/com_handlers.c + ext/com_dotnet/com_variant.c: + unicode enable COM parameters (but not method/property names yet) + + * ext/standard/datetime.h: + could have sworn that I did this already + +2005-08-13 Marcus Boerger + + * ext/standard/type.c: + - IS_STRING does not necessarily mean ascii so 'standard' is better + + * ext/standard/basic_functions.c + ext/standard/php_type.h + ext/standard/type.c: + Add is_unicode(), is_binary() and is_buffer() + +2005-08-13 Wez Furlong + + * ext/com_dotnet/com_variant.c + ext/standard/basic_functions.h + ext/standard/datetime.c + ext/standard/pageinfo.c + ext/standard/pageinfo.h: + vs.net 2005 introduces 64-bit time_t. + + I can't say that I think this is a great idea, but it does highlight a + couple + of dodgy areas where we assume that ints and longs are the same thing as + time_t's. Let's try to ensure that we declare structure fields and + function + parameters with the correct type when we're talkingabout time_t's, to + avoid + possibly nasty problems with passing the wrong sized thing around. + +2005-08-13 Marcus Boerger + + * ZendEngine2/zend_exceptions.c + ZendEngine2/zend_opcode.c: + - Unicode + + * ZendEngine2/zend_alloc.h: + - This might already be defined + 2005-08-12 Wez Furlong * ext/standard/filters.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index a1c5c6f763..7c779723c7 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2005-08-13 Marcus Boerger + + * zend_exceptions.c + zend_opcode.c: + - Unicode + + * zend_alloc.h: + - This might already be defined + 2005-08-12 Antony Dovgal * zend_hash.c: