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

index 18d0523992bebf1080531d996adb7552178e2c19..61b764f2f8a8d0fb3fbbf73ec8c8b2e11aa4e1cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+2004-06-18  Sara Golemon  <php@alphaweb.net>
+
+    * (PHP_4_3)
+      Zend/zend_execute.c:
+      MFH: typo in converting array index doubles to long.
+
+    * ZendEngine2/zend_execute.c:
+      Another typo in converting array index doubles to long.
+
+2004-06-18  George Schlossnagle  <george@omniti.com>
+
+    * tests/lang/bug28213.phpt:
+      tests for the crash in bug 28213
+
+    * ZendEngine2/zend_builtin_functions.c:
+      fix for 28213.
+      
+      class_name and call_type should be reinitialized on every loop iter.
+
+2004-06-18  Martin Jansen  <mail@martin-jansen.de>
+
+    * pear/PEAR/Downloader.php
+      pear/tests/pear_downloader_invalid.phpt:
+      - Replaced the nonexistent word "postfix" with "suffix".
+
+2004-06-18  Sara Golemon  <php@alphaweb.net>
+
+    * ext/standard/url.c:
+      String lengths should never be char pointers.
+
+2004-06-18  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/odbc/php_odbc.c:
+      Fixed possible memory leak.
+
+    * (PHP_4_3)
+      NEWS
+      sapi/apache2filter/sapi_apache2.c
+      sapi/apache2handler/sapi_apache2.c:
+      MFH: Fixed bug #28818 (Apache 2 sapis do not export st_dev).
+
+    * sapi/apache2filter/sapi_apache2.c
+      sapi/apache2handler/sapi_apache2.c:
+      Fixed bug #28818 (Apache 2 sapis do not export st_dev).
+
 2004-06-17  Sara Golemon  <php@alphaweb.net>
 
     * ZendEngine2/zend_builtin_functions.c:
index a32b017f17a13210843ea21cc605a3a9c93035f9..915ed702a1b76f755bd7febf95a95b8f19c48720 100644 (file)
@@ -1,3 +1,15 @@
+2004-06-18  Sara Golemon  <php@alphaweb.net>
+
+    * zend_execute.c:
+      Another typo in converting array index doubles to long.
+
+2004-06-18  George Schlossnagle  <george@omniti.com>
+
+    * zend_builtin_functions.c:
+      fix for 28213.
+      
+      class_name and call_type should be reinitialized on every loop iter.
+
 2004-06-17  Sara Golemon  <php@alphaweb.net>
 
     * zend_builtin_functions.c: