]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 5 Aug 2005 05:40:03 +0000 (05:40 +0000)
committer <changelog@php.net> <>
Fri, 5 Aug 2005 05:40:03 +0000 (05:40 +0000)
ChangeLog
Zend/ChangeLog

index 2df4a89fe4eea7dd1c65609764b60cf5089096c1..d0583dc2fc18a6f74f10a546161fd28cf5b5b978 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,59 @@
+2005-08-04  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * scripts/phpize.in:
+      test -e doesn't work on solaris
+
+2005-08-04  Antony Dovgal  <antony@zend.com>
+
+    * ZendEngine2/tests/foreach_undefined.phpt:
+      add test for the last Dmitry's fix
+
+2005-08-04  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/zend_compile.c:
+      Fixed possible memory corryption during compilation of <?php foreach($a as
+      $b); ?>
+
+2005-08-04  Anantha Kesari H Y  <hyanantha@novell.com>
+
+    * (PHP_4_4)
+      TSRM/threads.m4:
+      NetWare cross compile patch from 5.0 tree.
+      --Kamesh
+
+2005-08-04  Dmitry Stogov  <dmitry@zend.com>
+
+    * ext/standard/tests/array/bug33989.phpt
+      ext/standard/tests/array/bug33989.phpt
+      ext/standard/tests/array/bug33989.phpt:
+        1.1.4;
+      Fixed bug #33989 (extract($GLOBALS,EXTR_REFS) crashes PHP)
+
+    * NEWS
+      NEWS
+      NEWS
+      ext/standard/array.c
+      ext/standard/array.c
+      ext/standard/array.c
+      ext/standard/tests/array/bug33989.phpt
+      ext/standard/tests/array/bug33989.phpt:
+      Fixed bug #33989 (extract($GLOBALS,EXTR_REFS) crashes PHP)
+
+2005-08-04  Masaki Fujimoto  <masaki-f@fides.dti.ne.jp>
+
+    * (PHP_4_4)
+      Zend/zend_multibyte.c:
+      - fix missing encodings
+
+2005-08-04  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_0)
+      ZendEngine2/zend_objects.c:
+      Fixed clone bug in ze1_compatibility mode
+
+    * ZendEngine2/zend_objects.c:
+      Fixed clone bug in ze1_compatibilty mode
+
 2005-08-03  Anantha Kesari H Y  <hyanantha@novell.com>
 
     * (PHP_4_4)
index cf0c96ef3c6e60af2ad3354d09591e2735497e96..26f16c57b4493cebec4b906fd239dd42c1997029 100644 (file)
@@ -1,3 +1,21 @@
+2005-08-04  Antony Dovgal  <antony@zend.com>
+
+    * tests/foreach_undefined.phpt:
+      add test for the last Dmitry's fix
+
+2005-08-04  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_compile.c:
+      Fixed possible memory corryption during compilation of <?php foreach($a as
+      $b); ?>
+
+    * (PHP_5_0)
+      zend_objects.c:
+      Fixed clone bug in ze1_compatibility mode
+
+    * zend_objects.c:
+      Fixed clone bug in ze1_compatibilty mode
+
 2005-08-03  Jani Taskinen  <jani.taskinen@sci.fi>
 
     * LICENSE: