From: Date: Thu, 10 Mar 2005 01:35:35 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.1b1~871 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0d268c40530210793b39f52e9a7fa9bba4cc9e9;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c3a8761ac2..bb0fca3028 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +2005-03-09 Marcus Boerger + + * ext/standard/var_unserializer.c: + - Fix #31442 unserialize broken on 64-bit systems + - Fix one warning + +2005-03-09 Ilia Alshanetsky + + * ext/ftp/ftp.c: + Fixes to ascii downloads on win32. + +2005-03-09 Rui Hirokawa + + * (PHP_4_3) + Zend/zend_language_scanner.l: + fixed #31987: possible zend-multibyte crash in ZTS. + +2005-03-09 Derick Rethans + + * (PHP_5_0) + NEWS + ext/standard/html.c + ext/standard/html.c: + - MF43: Fixed bug #28067 (partially incorrect utf8 to htmlentities + mapping). + + * (PHP_4_3) + NEWS + ext/standard/html.c: + - Fixed bug #28067 (partially incorrect utf8 to htmlentities mapping). + (Derick, + Benjamin Greiner) + +2005-03-09 Magnus Määttä + + * run-tests.php: + Since in_array is case sensitive we need to convert the names to lowercase + otherwise it won't run tests for extensions where the case of the name + differ from the + extension name. + 2005-03-08 Jani Taskinen * main/main.c