From: Date: Fri, 18 Jun 2004 00:32:27 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0~178 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf8a8a318978e8a3f02a779c8252fdede584d62b;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index cea385ffab..18d0523992 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2004-06-17 Sara Golemon + + * ZendEngine2/zend_builtin_functions.c: + String length in parse_parameters should be int + +2004-06-17 Brad House + + * (PHP_4_3) + ext/mcve/mcve.c + ext/mcve/php_mcve.h: + merge name change from mcve -> monetra + add compatability layer for v3.2 functionality, so existing scripts + will work without any migration needed. + This patch has been sitting in PHP 5 for some time, and seems to + be working quite well. A quick backport of that patch to php4. + +2004-06-17 Ilia Alshanetsky + + * (PHP_4_3) + ext/standard/soundex.c: + MFH: Properly handly high ascii values in soundex(). + + * ext/standard/soundex.c: + Properly handly high ascii values in soundex(). + 2004-06-16 Ard Biesheuvel * ext/com_dotnet/com_com.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 73e839d893..a32b017f17 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2004-06-17 Sara Golemon + + * zend_builtin_functions.c: + String length in parse_parameters should be int + 2004-06-15 Marcus Boerger * zend_reflection_api.c: