diff --git a/ChangeLog b/ChangeLog index 4596fcd800c..d049b52ded9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,53 @@ +2001-12-31 Jon Parise + + * ext/overload/overload.c: + Match the table style of the other single-row info entries. + +2001-12-31 Thomas V.V.Cox + + * pear/DB/tests/tableinfo.inc: E_ALL fixes + + * pear/DB/mysql.php: + Always use mysql_select_db() before each query to ensure a working + support of multiple database connections in the same script + +2001-12-31 Vlad Krupin + + * ext/dbase/dbf_rec.c: + Now dbase_pack() actually truncates the resulting .dbf file to the right + size (possibly fixing bug #6852 #3). + +2001-12-31 Jan Lehnardt + + * pear/HTML/Menu_Browser.php: fix typo + +2001-12-31 Martin Jansen + + * pear/XML/tests/001.phpt + pear/XML/tests/002.phpt + pear/XML/tests/003.phpt + pear/XML/tests/005.phpt: * tabs -> spaces. + +2001-12-31 Vlad Krupin + + * ext/dbase/dbase.c: + Verified and fixed bug 6852 #2. Now memo fields are 10 butes long, not 9. + That does not seem to affect how the code works except when creating a new + structure, in which case 'M' fields used to get created with size 9. + + * ext/dbase/dbase.c: + Verified and fixed bug 6852 #1. No more null byte after terminating 0x0D. + Verified that the problem is real when creating new files and writing + a record. Both fixed and old versions seem to be able to somehow read + and write already existing files properly though. + +2001-12-31 Egon Schmid + + * ext/notes/php_notes.c: Oops, missed one proto. + + * ext/notes/php_notes.c + ext/ncurses/ncurses_functions.c: Fixed some protos. + 2001-12-30 Georg Richter * ext/ncurses/ncurses_functions.c: