From: Date: Sat, 11 Oct 2008 01:32:12 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~252 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ffe9c50bf534189e9bf0da8e4399dfd8132875d1;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 49ac204565..9d30dbe89a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,131 @@ +2008-10-10 Kalle Sommer Nielsen + + * (PHP_5_3) + ext/pdo/pdo.c: + MFH: + Add missing zend_parse_paramters_none() in pdo_drivers() + + * ext/pdo/pdo.c: + Add missing zend_parse_paramters_none() in pdo_drivers() + +2008-10-10 Felipe Pena + + * (PHP_5_2) + ext/pdo_mysql/tests/bug41125.phpt: + - Fixed test + +2008-10-10 Stanislav Malyshev + + * ext/pdo_oci/config.m4 + ext/pdo_oci/config.m4: + improve OCI detection + +2008-10-10 Felipe Pena + + * (PHP_5_2) + ext/pdo_sqlite/tests/bug46139.phpt + ext/pdo_sqlite/tests/bug46139.phpt: + - Added skipif + + * ext/pdo_sqlite/tests/bug46139.phpt: + - Added skipif (Opss :)) + + * (PHP_5_2) + ext/pdo_sqlite/tests/bug46139.phpt + ext/pdo_sqlite/tests/bug46139.phpt: + - New test + + * ext/pdo_sqlite/tests/bug46139.phpt + ext/pdo_sqlite/tests/bug46139.phpt + ext/pdo_sqlite/tests/bug46139.phpt: + 1.1.4; + - New test + + * ext/pdo/pdo_stmt.c: + - Static'fication + + * ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize.phpt + ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize.phpt + ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize_simple.phpt + ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize_simple.phpt: + - Fixed tests + + * (PHP_5_2) + NEWS: + - BFN #46139 + + * (PHP_5_2) + ext/pdo/pdo_stmt.c + ext/pdo/pdo_stmt.c: + MFH: + - Fixed bug #46139 (PDOStatement->setFetchMode() forgets FETCH_PROPS_LATE) + Initial patch by: chsc at peytz dot dk + + * ext/pdo/pdo_stmt.c: + - Fixed bug #46139 (PDOStatement->setFetchMode() forgets FETCH_PROPS_LATE) + Initial patch by: chsc at peytz dot dk + + MFB: + - Fixed bug #41971 (PDOStatement::fetch and PDOStatement::setFetchMode + causes unexpected behavior) + - Fixed bug #42917 (PDO::FETCH_KEY_PAIR doesn't work with setFetchMode) + +2008-10-10 Dmitry Stogov + + * (PHP_5_2) + NEWS + ZendEngine2/zend_API.c + ZendEngine2/zend_API.c + ZendEngine2/zend_execute_API.c + ZendEngine2/tests/bug46246.phpt + ZendEngine2/tests/bug46246.phpt: + Fixed bug #46246 (difference between call_user_func(array($this, $method)) + and $this->$method()) + + * ZendEngine2/tests/bug46246.phpt + ZendEngine2/tests/bug46246.phpt + ZendEngine2/tests/bug46246.phpt: + 1.1.4; + Fixed bug #46246 (difference between call_user_func(array($this, $method)) + and $this->$method()) + +2008-10-10 Antony Dovgal + + * (PHP_5_2) + ZendEngine2/zend_alloc.h: + backport convenience macro + +2008-10-10 Felipe Pena + + * (PHP_5_2) + NEWS: + - BFN: #44251, #41125 + + * (PHP_5_2) + ext/pdo/pdo_sql_parser.c + ext/pdo/pdo_sql_parser.c + ext/pdo/pdo_sql_parser.re + ext/pdo/pdo_sql_parser.re + ext/pdo_mysql/tests/bug41125.phpt + ext/pdo_mysql/tests/bug41125.phpt: + MFH: + - Fixed bug #44251 (Question mark and an escaped singel quote lead to an + exception) + - Fixed bug #41125 (PDO mysql + quote() + prepare() can result in seg + fault) + Patch by: tsteiner at nerdclub dot net + + * ext/pdo/pdo_sql_parser.c + ext/pdo/pdo_sql_parser.re + ext/pdo_mysql/tests/bug41125.phpt + ext/pdo_mysql/tests/bug41125.phpt + ext/pdo_mysql/tests/bug41125.phpt: + - Fixed bug #44251 (Question mark and an escaped singel quote lead to an + exception) + - Fixed bug #41125 (PDO mysql + quote() + prepare() can result in seg + fault) + Patch by: tsteiner at nerdclub dot net + 2008-10-09 Ilia Alshanetsky * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 10b333ab85..67425a7b85 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,22 @@ +2008-10-10 Dmitry Stogov + + * zend_API.c + zend_API.c + zend_execute_API.c + tests/bug46246.phpt + tests/bug46246.phpt + tests/bug46246.phpt + tests/bug46246.phpt + tests/bug46246.phpt: + Fixed bug #46246 (difference between call_user_func(array($this, $method)) + and $this->$method()) + +2008-10-10 Antony Dovgal + + * (PHP_5_2) + zend_alloc.h: + backport convenience macro + 2008-10-06 Felipe Pena * (PHP_5_3)