From: Date: Fri, 15 Oct 2004 00:36:38 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_NEW_VM_GEN_PATCH~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82dfe6f07e00b7e7fec4f1455325ab4c20ca9917;p=php ChangeLog update --- 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: