From: Date: Thu, 10 Feb 2000 02:09:09 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_SAPIFICATION_FEB_10_2000~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba256fb8357cdaa3fa950ace2bed21e250953bb0;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c303811b11..ce8569823a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,58 @@ +2000-02-09 Uwe Steinmann + + * 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 + + * pear/DB/mysql.php: forgot to remove some debug output. sorry :-) + +2000-02-09 Andrei Zmievski + + * pear/DB.php: Return by reference, where necessary. + +2000-02-09 Stig Bakken + + * 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 + + * NEWS: *** empty log message *** + +2000-02-09 Uwe Steinmann + + * 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 + + * ext/xml/expat/xmlparse/.cvsignore + ext/xml/expat/xmltok/.cvsignore + ext/xml/expat/.cvsignore: shut-up CVS + 2000-02-08 Zeev Suraski * ext/gd/gd.c