diff options
| author | <changelog@php.net> | 2004-06-18 00:32:27 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 2004-06-18 00:32:27 +0000 |
| commit | cf8a8a318978e8a3f02a779c8252fdede584d62b (patch) | |
| tree | 171c3cfcf1c03e31dc1fbccbd8eaa757302c782a | |
| parent | 96a8b63865139537f148b58e9728b765a5a6e230 (diff) | |
| download | php-git-cf8a8a318978e8a3f02a779c8252fdede584d62b.tar.gz | |
ChangeLog update
| -rw-r--r-- | ChangeLog | 25 | ||||
| -rw-r--r-- | Zend/ChangeLog | 5 |
2 files changed, 30 insertions, 0 deletions
@@ -1,3 +1,28 @@ +2004-06-17 Sara Golemon <php@alphaweb.net> + + * ZendEngine2/zend_builtin_functions.c: + String length in parse_parameters should be int + +2004-06-17 Brad House <brad@mainstreetsoftworks.com> + + * (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 <ilia@prohost.org> + + * (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 <a.k.biesheuvel@ewi.tudelft.nl> * 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 <php@alphaweb.net> + + * zend_builtin_functions.c: + String length in parse_parameters should be int + 2004-06-15 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> * zend_reflection_api.c: |
