]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 15 Oct 2004 00:36:38 +0000 (00:36 +0000)
committer <changelog@php.net> <>
Fri, 15 Oct 2004 00:36:38 +0000 (00:36 +0000)
ChangeLog
Zend/ChangeLog

index 6410fec47752c74ca622ebc3f86f16dc020d73b4..8f305541effb6b78097cfea768366ca05e352b44 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2004-10-14  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * NEWS
+      ext/sqlite/sqlite.c:
+      Added sqlite_fetch_column_types() 3rd argument for arrays.
+
+2004-10-14  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * 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  <ilia@prohost.org>
 
     * NEWS
index ad2660fee90a1c975f6fdf760e7cd032fc37b43e..66dfb836f5ceeeb61d4e39f8d0bf7cc4e17bf23d 100644 (file)
@@ -1,3 +1,9 @@
+2004-10-14  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * 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  <andi@zend.com>
 
     * zend_compile.c: