changelog Wed Jan 25 06:31:42 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2235&r2=1.2236&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2235 php-src/ChangeLog:1.2236 --- php-src/ChangeLog:1.2235 Tue Jan 24 06:31:45 2006 +++ php-src/ChangeLog Wed Jan 25 06:31:41 2006 @@ -1,3 +1,54 @@ +2006-01-24 Antony Dovgal <[EMAIL PROTECTED]> + + * ZendEngine2/zend_API.c: + improve CS + + * README.PARAMETER_PARSING_API: + ws + +2006-01-24 Marcus Boerger <[EMAIL PROTECTED]> + + * README.PARAMETER_PARSING_API: + - Update docu + +2006-01-24 Andrei Zmievski <[EMAIL PROTECTED]> + + * ext/standard/string.c: + eurealloc() should not be used with UBYTES() + +2006-01-24 Marcus Boerger <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * (PHP_5_1) + NEWS + ext/curl/interface.c + ext/curl/php_curl.h: + cURL extension news. + +2006-01-24 Marcus Boerger <[EMAIL PROTECTED]> + + * ZendEngine2/zend_API.c: + - Add fast access to HashTable + +2006-01-24 Dmitry Stogov <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> * (PHP_5_1)