changelog Thu Oct 14 20:36:29 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1775&r2=1.1776&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1775 php-src/ChangeLog:1.1776
--- php-src/ChangeLog:1.1775 Wed Oct 13 20:48:06 2004
+++ php-src/ChangeLog Thu Oct 14 20:36:24 2004
@@ -1,3 +1,15 @@
+2004-10-14 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * NEWS
+ ext/sqlite/sqlite.c:
+ Added sqlite_fetch_column_types() 3rd argument for arrays.
+
+2004-10-14 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* NEWS
@@ -11548,7 +11560,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1775 2004/10/14 00:48:06
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1776 2004/10/15 00:36:24
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>