From: Date: Wed, 29 Mar 2006 06:31:49 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_3~202 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39392cce19b718b272e8e758f64d9124530fde49;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 498d7f48e4..98cd2e3bb9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,59 @@ +2006-03-28 Antony Dovgal + + * ZendEngine2/zend_objects_API.c: + initialize bucket #0 with nulls + + * (PHP_5_1) + ZendEngine2/zend_objects_API.c: + initialize bucket #0 with nulls (normally it shouldn't be used at all, but + if it is - we don't want any memory issues, do we?) + + * ZendEngine2/zend_builtin_functions.c: + MF51: fix #36897 (debug_print_backtrace() doesn't return void but array(0) + {}) + + * (PHP_5_1) + ZendEngine2/zend_builtin_functions.c: + fix #36897 (debug_print_backtrace() doesn't return void but array(0) {}) + +2006-03-28 Seiji Masugata + + * ext/mbstring/mbstring.c + ext/mbstring/mbstring.h: + added mb_strstr( ). + +2006-03-28 Ilia Alshanetsky + + * (PHP_5_1) + NEWS + ext/standard/user_filters.c: + Fixed bug #36886 (User filters can leak buckets in some situations). + +2006-03-28 Antony Dovgal + + * (PHP_4_4) + ext/standard/file.c: + fix build and #36887 + + * ext/oci8/oci8_interface.c: + MF51: fix #36851 (Documentation and code discrepancies for NULL data) + + * (PHP_5_1) + NEWS + ext/oci8/oci8_interface.c: + fix #36851 (Documentation and code discrepancies for NULL data) + +2006-03-28 Andrei Zmievski + + * ZendEngine2/zend_operators.c: + Note + +2006-03-28 Yasuo Ohgaki + + * (PHP_5_1) + ext/pgsql/pgsql.c: + reenable pg_execute E_WARNING + 2006-03-27 Ilia Alshanetsky * (PHP_4_4) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index d23f7a9c7b..68c1a4a08f 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,26 @@ +2006-03-28 Antony Dovgal + + * zend_objects_API.c: + initialize bucket #0 with nulls + + * (PHP_5_1) + zend_objects_API.c: + initialize bucket #0 with nulls (normally it shouldn't be used at all, but + if it is - we don't want any memory issues, do we?) + + * zend_builtin_functions.c: + MF51: fix #36897 (debug_print_backtrace() doesn't return void but array(0) + {}) + + * (PHP_5_1) + zend_builtin_functions.c: + fix #36897 (debug_print_backtrace() doesn't return void but array(0) {}) + +2006-03-28 Andrei Zmievski + + * zend_operators.c: + Note + 2006-03-27 Antony Dovgal * zend.c: