From 85d77d8cea948c331c03c67e19ab724fba5b4b77 Mon Sep 17 00:00:00 2001 From: Date: Fri, 5 Aug 2005 05:40:03 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 18 ++++++++++++++++ 2 files changed, 74 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2df4a89fe4..d0583dc2fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,59 @@ +2005-08-04 Wez Furlong + + * scripts/phpize.in: + test -e doesn't work on solaris + +2005-08-04 Antony Dovgal + + * ZendEngine2/tests/foreach_undefined.phpt: + add test for the last Dmitry's fix + +2005-08-04 Dmitry Stogov + + * ZendEngine2/zend_compile.c: + Fixed possible memory corryption during compilation of + +2005-08-04 Anantha Kesari H Y + + * (PHP_4_4) + TSRM/threads.m4: + NetWare cross compile patch from 5.0 tree. + --Kamesh + +2005-08-04 Dmitry Stogov + + * 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 + + * (PHP_4_4) + Zend/zend_multibyte.c: + - fix missing encodings + +2005-08-04 Dmitry Stogov + + * (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 * (PHP_4_4) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index cf0c96ef3c..26f16c57b4 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,21 @@ +2005-08-04 Antony Dovgal + + * tests/foreach_undefined.phpt: + add test for the last Dmitry's fix + +2005-08-04 Dmitry Stogov + + * zend_compile.c: + Fixed possible memory corryption during compilation of + + * (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 * LICENSE: -- 2.40.0