From 18b84b89ba6a15dd85d01f037e649c8bc63d3fbb Mon Sep 17 00:00:00 2001 From: Date: Sat, 29 Dec 2007 01:31:29 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 110 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 30 ++++++++++++++ 2 files changed, 140 insertions(+) diff --git a/ChangeLog b/ChangeLog index 351e2c3cd0..ab042feadb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,113 @@ +2007-12-28 Ulf Wendel + + * ext/mysqli/tests/bug35517.phpt: + Merge from 5_3. Fixing 32 vs. 64bit issue. + + * ext/mysqli/tests/003.phpt + ext/mysqli/tests/020.phpt: + Merge from 5_3 - MySQL 6.0 SQL fixes + +2007-12-28 Andrey Hristov + + * (PHP_5_3) + NEWS: + Here comes the NEWS entry. The RM knows his job ;) + + * ext/mysqli/config.m4 + ext/mysqli/config.m4 + ext/mysqli/config.w32 + ext/mysqli/config.w32 + ext/mysqli/mysqli_fe.c + ext/mysqli/mysqli_fe.c + ext/mysqli/mysqli_repl.c + ext/mysqli/mysqli_repl.c + ext/mysqli/php_mysqli_structs.h + ext/mysqli/php_mysqli_structs.h + ext/mysqli/tests/connect.inc + ext/mysqli/tests/mysqli_class_mysqli_interface.phpt + ext/mysqli/tests/mysqli_disable_rpl_parse.phpt + ext/mysqli/tests/mysqli_disable_rpl_parse.phpt + ext/mysqli/tests/mysqli_enable_rpl_parse.phpt + ext/mysqli/tests/mysqli_enable_rpl_parse.phpt + ext/mysqli/tests/mysqli_rpl_parse_enabled.phpt + ext/mysqli/tests/mysqli_rpl_parse_enabled.phpt + ext/mysqli/tests/mysqli_rpl_probe.phpt + ext/mysqli/tests/mysqli_rpl_probe.phpt + ext/mysqli/tests/mysqli_rpl_query_type.phpt + ext/mysqli/tests/mysqli_rpl_query_type.phpt: + Remove RPL functions. They were always experimental and lead to crashes. + The underlying functions will be removed from libmysql as of MySQL 6.0, so + it's right time to remove them. + +2007-12-28 Dmitry Stogov + + * ZendEngine2/zend_execute.c + ZendEngine2/zend_execute.c: + Fixed possible memory corruption + +2007-12-28 Ulf Wendel + + * (PHP_5_3) + ext/mysqli/tests/020.phpt: + Fixing SQL syntax in this very old test to make it pass with MySQL 6.0 + + * (PHP_5_3) + ext/mysqli/tests/bug35517.phpt: + Isn't it nice to get a new 64bit box? Fixing 32bit/64bit issue. + + * (PHP_5_3) + ext/mysqli/tests/003.phpt: + Sooner or later these old 0*.phpt tests had to bite us - fixing SQL syntax, + HEAD sync will follow. + + * ext/mysqli/tests/bug42548.phpt: + Sync from 5_3. Cutting off a few edges: + - use connection parameter from environment variables + - check if MySQL supports procedures + - whitespace + + * (PHP_5_3) + ext/mysqli/tests/bug42548.phpt: + Cutting off a few edges: + - use connection parameter from environment variables + - check if MySQL supports procedures + - whitespace + +2007-12-28 Dmitry Stogov + + * (PHP_5_2) + NEWS + ZendEngine2/zend_compile.c + ZendEngine2/zend_language_parser.y + ZendEngine2/tests/bug38469.phpt: + Fixed bug #38469 (Unexpected creation of cycle). + + * ext/json/tests/005.phpt + ext/json/tests/005.phpt + ext/json/tests/005.phpt: + Fixed test related to bug #38469 + + * ZendEngine2/tests/bug38469.phpt + ZendEngine2/tests/bug38469.phpt: + + Fixed bug #38469 (unexpected creation of cycle, json tests failed, leaks + memory) + + * (PHP_5_3) + NEWS + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c + ZendEngine2/zend_language_parser.y + ZendEngine2/zend_language_parser.y + ZendEngine2/tests/bug38469.phpt + ZendEngine2/tests/bug38469.phpt: + Fixed bug #38469 (unexpected creation of cycle, json tests failed, leaks + memory) + + * ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c: + Initialize operand type + 2007-12-27 Nuno Lopes * ext/gmp/tests/026.phpt: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 2967b4e73d..e853d37345 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,33 @@ +2007-12-28 Dmitry Stogov + + * zend_execute.c + zend_execute.c: + Fixed possible memory corruption + + * (PHP_5_2) + zend_compile.c + zend_language_parser.y + tests/bug38469.phpt: + Fixed bug #38469 (Unexpected creation of cycle). + + * zend_compile.c + zend_compile.c + zend_language_parser.y + zend_language_parser.y + tests/bug38469.phpt + tests/bug38469.phpt: + Fixed bug #38469 (unexpected creation of cycle, json tests failed, leaks + memory) + + * tests/bug38469.phpt + tests/bug38469.phpt: + + file bug38469.phpt was initially added on branch PHP_5_3. + + * zend_compile.c + zend_compile.c: + Initialize operand type + 2007-12-27 Dmitry Stogov * zend_compile.c -- 2.40.0