From efae4837cf6836112efa70a4f73b9d7e1a04b7df Mon Sep 17 00:00:00 2001 From: Date: Wed, 25 Jan 2006 06:31:47 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 10 ++++++++++ 2 files changed, 61 insertions(+) diff --git a/ChangeLog b/ChangeLog index 896a007981..5f81995e9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,54 @@ +2006-01-24 Antony Dovgal + + * ZendEngine2/zend_API.c: + improve CS + + * README.PARAMETER_PARSING_API: + ws + +2006-01-24 Marcus Boerger + + * README.PARAMETER_PARSING_API: + - Update docu + +2006-01-24 Andrei Zmievski + + * ext/standard/string.c: + eurealloc() should not be used with UBYTES() + +2006-01-24 Marcus Boerger + + * (PHP_5_1) + main/snprintf.c + main/spprintf.c: + - MFH Bug #35978 %n format string specifier wrongly implemented + + * main/snprintf.c + main/spprintf.c: + - Fixed Bug #35978 %n format string specifier wrongly implemented + +2006-01-24 Ilia Alshanetsky + + * (PHP_5_1) + NEWS + ext/curl/interface.c + ext/curl/php_curl.h: + cURL extension news. + +2006-01-24 Marcus Boerger + + * ZendEngine2/zend_API.c: + - Add fast access to HashTable + +2006-01-24 Dmitry Stogov + + * (PHP_5_0) + ext/com_dotnet/com_handlers.c + ext/com_dotnet/com_iterator.c + ext/com_dotnet/com_misc.c + ext/com_dotnet/php_com_dotnet_internal.h: + MFH: Fixed crash on destroying COM object + 2006-01-23 Antony Dovgal * (PHP_5_1) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index a4b6b13463..917b5fb948 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2006-01-24 Antony Dovgal + + * zend_API.c: + improve CS + +2006-01-24 Marcus Boerger + + * zend_API.c: + - Add fast access to HashTable + 2006-01-22 Marcus Boerger * zend_execute_API.c: -- 2.40.0