From 99b4f52353ee79687c615f7cfc29f68fccc3a95e Mon Sep 17 00:00:00 2001 From: Date: Sun, 19 Feb 2006 06:31:52 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 43 +++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 13 +++++++++++++ 2 files changed, 56 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4f96ce071b..5688493174 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +2006-02-18 Marcus Boerger + + * ZendEngine2/zend_execute_API.c: + - There is no %v in sprintf + + * ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h: + - Fix integrated iterator index + + * ZendEngine2/zend_execute.c: + - Fix possible memory corruption/memleak issue with foreach and iterators + - Fix warnings + + * (PHP_5_1) + NEWS + ext/dba/dba_db4.c + ext/dba/tests/bug36436.phpt: + - Fixed bug #36436 (DBA problem with Berkeley DB4). + + * ext/dba/tests/bug36436.phpt + ext/dba/tests/bug36436.phpt: + + - Add new test + + * ext/dba/dba_db4.c: + - Initiai fix to Bug #36436 DBA problem with Berkeley DB4 + +2006-02-18 Michael Wallner + + * ext/iconv/php_iconv.h: + MF51: fix misleading proto (confused in and out charset) + + * (PHP_5_1) + ext/iconv/php_iconv.h: + - fix misleading proto (confused out and in charset) + +2006-02-18 Rasmus Lerdorf + + * (PHP_5_1) + ext/standard/basic_functions.c + ext/standard/basic_functions.h: + Rename getloadavg to sys_getloadavg + 2006-02-17 Andrei Zmievski * ext/pcre/php_pcre.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 43396054bf..3227c85b5d 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,16 @@ +2006-02-18 Marcus Boerger + + * zend_execute_API.c: + - There is no %v in sprintf + + * zend_vm_def.h + zend_vm_execute.h: + - Fix integrated iterator index + + * zend_execute.c: + - Fix possible memory corruption/memleak issue with foreach and iterators + - Fix warnings + 2006-02-14 Antony Dovgal * (PHP_5_0) -- 2.40.0