summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-02-10 02:09:09 +0000
committer <changelog@php.net>2000-02-10 02:09:09 +0000
commitba256fb8357cdaa3fa950ace2bed21e250953bb0 (patch)
tree81dc0f902c27d382048b04e731dde120909e7939
parentde8471ab4e97e857d277d61a47e1a8ac8ac03ae1 (diff)
downloadphp-git-ba256fb8357cdaa3fa950ace2bed21e250953bb0.tar.gz
ChangeLog update
-rw-r--r--ChangeLog55
1 files changed, 55 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c303811b11..ce8569823a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,58 @@
+2000-02-09 Uwe Steinmann <Uwe.Steinmann@fernuni-hagen.de>
+
+ * ext/domxml/domxml.c
+ ext/domxml/php_domxml.h
+ tests/testdom
+ config.guess
+ config.sub
+ ltconfig
+ ltmain.sh: - removed stupid leftover in testdom
+ - added more functions to domxml
+
+2000-02-09 Stig Bakken <ssb@fast.no>
+
+ * pear/DB/mysql.php: forgot to remove some debug output. sorry :-)
+
+2000-02-09 Andrei Zmievski <andrei@ispi.net>
+
+ * pear/DB.php: Return by reference, where necessary.
+
+2000-02-09 Stig Bakken <ssb@fast.no>
+
+ * pear/DB/common.php:
+ Introduced an extra optional parameter to getOne, getRow and getAssoc
+ that contains a list of parameters to use with (prepare/)execute.
+ Also changed these methods into returning references.
+
+ * pear/DB.php:
+ Added three get modes: DB_GETMODE_ORDERED, DB_GETMODE_ASSOC and
+ DB_GETMODE_FLIPPED. Docs are within.
+
+ * pear/DB/mysql.php: Fixed a few bugs, especially in prepare/execute.
+ Introduced "get modes", letting you choose how fetched array data is indexed.
+
+2000-02-09 Thies C. Arntzen <thies@digicol.de>
+
+ * NEWS: *** empty log message ***
+
+2000-02-09 Uwe Steinmann <Uwe.Steinmann@fernuni-hagen.de>
+
+ * ext/domxml/domxml.c
+ ext/domxml/php_domxml.h
+ tests/testdom: - new function to read and parse xml doc from file
+
+ * tests/testdom
+ NEWS
+ ext/domxml/domxml.c:
+ - fixed several bugs an did some testing. Parsing and creating simple
+ XML docs should work. See the script testdom.
+
+2000-02-09 Thies C. Arntzen <thies@digicol.de>
+
+ * ext/xml/expat/xmlparse/.cvsignore
+ ext/xml/expat/xmltok/.cvsignore
+ ext/xml/expat/.cvsignore: shut-up CVS
+
2000-02-08 Zeev Suraski <zeev@php.net>
* ext/gd/gd.c