]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 18 Jun 2004 00:32:27 +0000 (00:32 +0000)
committer <changelog@php.net> <>
Fri, 18 Jun 2004 00:32:27 +0000 (00:32 +0000)
ChangeLog
Zend/ChangeLog

index cea385ffab01f9fbf1e01e032bed0e5cdfb4d65e..18d0523992bebf1080531d996adb7552178e2c19 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 73e839d8939da5523996b3c8de04bd736b359e1b..a32b017f17a13210843ea21cc605a3a9c93035f9 100644 (file)
@@ -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: