diff options
| author | <changelog@php.net> | 2005-08-05 05:40:03 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 2005-08-05 05:40:03 +0000 |
| commit | 85d77d8cea948c331c03c67e19ab724fba5b4b77 (patch) | |
| tree | 035209a4362c25b43ed99fc30ce23300a9a0400e | |
| parent | 7ba278b7b2b30e70c937a036c2cc912597e512d7 (diff) | |
| download | php-git-85d77d8cea948c331c03c67e19ab724fba5b4b77.tar.gz | |
ChangeLog update
| -rw-r--r-- | ChangeLog | 56 | ||||
| -rw-r--r-- | Zend/ChangeLog | 18 |
2 files changed, 74 insertions, 0 deletions
@@ -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) 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 <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: |
