From 8ee117f8777bf6d24e4eb8b69e99c14d02637050 Mon Sep 17 00:00:00 2001 From: Date: Mon, 19 Jan 2004 01:32:11 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 9 ++++++ 2 files changed, 89 insertions(+) diff --git a/ChangeLog b/ChangeLog index 04293ec4d6..016df2cdad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,83 @@ +2004-01-18 Marcus Boerger + + * ZendEngine2/zend_execute.h + ZendEngine2/zend_execute_API.c: + Improove debug capabilities + + * ext/simplexml/php_simplexml_exports.h + ext/simplexml/simplexml.c + ext/simplexml/simplexml.h: + Rename header to prevent name clashes with external files + + * ext/simplexml/simplexml.c: + Necessary as long as SPL is shared/dll + + * ext/sqlite/tests/sqlite_oo_031.phpt: + Update, id_l is unique + + * ext/sqlite/tests/sqlite_oo_031.phpt: + Add spl interaction test. + +2004-01-18 Moriyoshi Koizumi + + * ext/standard/file.c: + Fix fgetcsv() to reflect the change on 4.3.5 behaviour. + +2004-01-18 Marcus Boerger + + * ext/sqlite/tests/bug26911.phpt + ext/sqlite/tests/sqlite_oo_029.phpt: + Update + +2004-01-18 Derick Rethans + + * ext/mcrypt/config.w32: + - This define is not used anymore + +2004-01-18 Ilia Alshanetsky + + * (PHP_4_3) + ext/standard/file.c + ext/standard/tests/file/bug26634.phpt: + Corrections for various fgetcsv() issues. + +2004-01-18 Timm Friebe + + * ext/sybase_ct/php_sybase_ct.c: + - Fixed compiler warnings (int format, long int arg) + +2004-01-18 Marcus Boerger + + * ext/simplexml/simplexml.c: + Fix Warning + + * ext/simplexml/php_simplexml.h + ext/simplexml/simplexml.c + ext/simplexml/simplexml.h: + Enable inherited classes inside SPL and respect order of module init. + + * ext/simplexml/tests/002.phpt + ext/simplexml/tests/003.phpt + ext/simplexml/tests/003.xml + ext/simplexml/tests/007.phpt + ext/simplexml/tests/008.phpt + ext/simplexml/tests/010.phpt: + Use external files only in 001.phpt & tests for bugs + + * ext/simplexml/php_simplexml.h + ext/simplexml/simplexml.c: + Export access to class_entry by function. + +2004-01-18 Christian Stocker + + * ext/dom/document.c: + - fix for bug #26947 Crash by using DomDocument::getElementById() + +2004-01-18 Marcus Boerger + + * ZendEngine2/zend_reflection_api.c: + Fix some casing issues + 2004-01-17 Sterling Hughes * ext/simplexml/tests/profile08.phpt diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 7e36d4a1ea..24f56ed0da 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2004-01-18 Marcus Boerger + + * zend_execute.h + zend_execute_API.c: + Improove debug capabilities + + * zend_reflection_api.c: + Fix some casing issues + 2004-01-17 Marcus Boerger * zend_interfaces.c: -- 2.50.1