diff options
author | <changelog@php.net> | 2000-02-04 02:09:09 +0000 |
---|---|---|
committer | <changelog@php.net> | 2000-02-04 02:09:09 +0000 |
commit | 2e90a7a368c54f1b2596caac67c325a97121b584 (patch) | |
tree | 9625255101f091a39d2807e631579696f12e3f41 | |
parent | 600e4a11c738b227cc04eb7d81aca12c59a94ba6 (diff) | |
download | php-git-2e90a7a368c54f1b2596caac67c325a97121b584.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -1,3 +1,37 @@ +2000-02-03 Andi Gutmans <andi@php.net> + + * NEWS: - Sounds nicer + + * NEWS: - Add some news + +2000-02-03 Uwe Steinmann <Uwe.Steinmann@fernuni-hagen.de> + + * tests/testdom: - some more testing + + * ext/domxml/domxml.c: - fixed several bugs, left some for tomorrow :-) + + * ext/domxml/domxml.c + ext/domxml/php_domxml.h: - more functions added but none of them tested + + * ext/hyperwave/hw.c: - fixed segm fault in hw_docbyanchor() + +2000-02-03 Stig Bakken <ssb@fast.no> + + * pear/DB/common.php + pear/DB/mysql.php + pear/DB/odbc.php + pear/DB.php + pear/Makefile.in: * Started playing around with alternatives to javadoc. + * Fixed the "make install" rule so it doesn't temporarily break the + installed scripts. + * implemented prepare/execute emulation for MySQL including file-reference + parameters (only binmode/binfetchlen remains now) + * started fixing up the ODBC backend + +2000-02-03 Zeev Suraski <zeev@php.net> + + * php4dllts.dsp: fix + 2000-02-02 Andrei Zmievski <andrei@ispi.net> * ext/standard/string.c |