From 6bb7ca6c56069d3bd8847c68d1901a8c5950590c Mon Sep 17 00:00:00 2001 From: Date: Sat, 10 Sep 2005 05:40:02 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 42 ++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 25 +++++++++++++++++++++++++ 2 files changed, 67 insertions(+) diff --git a/ChangeLog b/ChangeLog index 96a5f691ae..6b37de533b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,45 @@ +2005-09-09 Rolland Santimano + + * ext/standard/string.c: + - str_pad(): Use u_countChar32() for codepoint counting, + eumalloc/eurealloc() for Unicode mallocs. + +2005-09-09 Antony Dovgal + + * ext/oci8/oci8_statement.c: + fix problem appearing when binding empty values + +2005-09-09 Derick Rethans + + * unicode-progress.txt: + - Added Rollands latest upgrades. + +2005-09-09 Dmitry Stogov + + * ZendEngine2/zend.c: + Fixed huge memory leaks in ZTS mode + + * (PHP_5_1) + NEWS + ZendEngine2/zend_builtin_functions.c + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.h + ZendEngine2/zend_execute.h + ZendEngine2/zend_execute_API.c + ZendEngine2/tests/catch.phpt + ZendEngine2/tests/instanceof.phpt + ZendEngine2/tests/is_a.phpt: + Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() + functions to not call __autoload(). + + * ZendEngine2/tests/is_a.phpt + ZendEngine2/tests/is_a.phpt: + + MFH (is_sublass_of("A","B") should call __autoload() for "A" and "B") + + * ZendEngine2/zend_builtin_functions.c: + MFH (is_sublass_of("A","B") should call __autoload() for "A" and "B") + 2005-09-08 Ilia Alshanetsky * (PHP_5_1) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 88b76b33bf..360f36e03a 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,28 @@ +2005-09-09 Dmitry Stogov + + * zend.c: + Fixed huge memory leaks in ZTS mode + + * (PHP_5_1) + zend_builtin_functions.c + zend_compile.c + zend_compile.h + zend_execute.h + zend_execute_API.c + tests/catch.phpt + tests/instanceof.phpt + tests/is_a.phpt: + Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() + functions to not call __autoload(). + + * tests/is_a.phpt + tests/is_a.phpt: + + MFH (is_sublass_of("A","B") should call __autoload() for "A" and "B") + + * zend_builtin_functions.c: + MFH (is_sublass_of("A","B") should call __autoload() for "A" and "B") + 2005-09-08 Dmitry Stogov * zend.c: -- 2.50.1