From f4d2e7ba9c69891d3484fe2b80d1e015ef7407c4 Mon Sep 17 00:00:00 2001 From: Date: Sat, 26 Nov 2005 06:37:54 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 9 +++++++++ 2 files changed, 59 insertions(+) diff --git a/ChangeLog b/ChangeLog index 57c4a80e7b..063f7be28f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,53 @@ +2005-11-25 Rui Hirokawa + + * (PHP_5_0) + ext/mbstring/mbstring.c + ext/mbstring/mbstring.c: + 5th argument of mb_encode_mimeheader() was not acceptable. + +2005-11-25 Jani Taskinen + + * (PHP_5_1) + ext/sqlite/sqlite.c: + MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :) + + * ext/sqlite/sqlite.c: + - Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend + extensions + +2005-11-25 Antony Dovgal + + * (PHP_5_1) + NEWS: + MFH: fix #35391 (pdo_mysql::exec does not return number of affected rows) + + * ZendEngine2/zend.h: + ICC doesn't support __attribute__ for pointers + + * (PHP_5_1) + ZendEngine2/zend.h: + MFH: ICC doesn't support __attribute__ for pointers + + * ext/oci8/oci8.c: + change handles destruction order (based on the patch by Chris Jones) and + fix typo + +2005-11-25 Andrey Hristov + + * (PHP_5_1) + ext/mysqli/tests/009.phpt: + fix test - unsigned it is casted to 0 in mysql sql_mode + +2005-11-25 Ilia Alshanetsky + + * main/main.c: + MFB51: Fixed bug #35170 (PHP_AUTH_DIGEST differs under Apache 1.x and 2.x) + + * (PHP_5_1) + NEWS + main/main.c: + Fixed bug #35170 (PHP_AUTH_DIGEST differs under Apache 1.x and 2.x). + 2005-11-24 Marcus Boerger * ext/simplexml/tests/bug27010.phpt: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 157dfdcf40..919870fa46 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2005-11-25 Antony Dovgal + + * zend.h: + ICC doesn't support __attribute__ for pointers + + * (PHP_5_1) + zend.h: + MFH: ICC doesn't support __attribute__ for pointers + 2005-11-24 Marcus Boerger * (PHP_5_1) -- 2.50.1