From 82dfe6f07e00b7e7fec4f1455325ab4c20ca9917 Mon Sep 17 00:00:00 2001 From: Date: Fri, 15 Oct 2004 00:36:38 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 12 ++++++++++++ Zend/ChangeLog | 6 ++++++ 2 files changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6410fec477..8f305541ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2004-10-14 Ilia Alshanetsky + + * NEWS + ext/sqlite/sqlite.c: + Added sqlite_fetch_column_types() 3rd argument for arrays. + +2004-10-14 Marcus Boerger + + * ZendEngine2/zend_builtin_functions.c: + - Allow to omit object/classname in get_parent_class() which makes it + compatible with the signature and behavior of get_class() + 2004-10-13 Ilia Alshanetsky * NEWS diff --git a/Zend/ChangeLog b/Zend/ChangeLog index ad2660fee9..66dfb836f5 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2004-10-14 Marcus Boerger + + * zend_builtin_functions.c: + - Allow to omit object/classname in get_parent_class() which makes it + compatible with the signature and behavior of get_class() + 2004-10-13 Andi Gutmans * zend_compile.c: -- 2.50.1