changelog Mon Dec 31 20:12:08 2001 EDT
Modified files:
/php4 ChangeLog
Log:
ChangeLog update
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.909 php4/ChangeLog:1.910
--- php4/ChangeLog:1.909 Sun Dec 30 20:13:10 2001
+++ php4/ChangeLog Mon Dec 31 20:12:06 2001
@@ -1,3 +1,53 @@
+2001-12-31 Jon Parise <[EMAIL PROTECTED]>
+
+ * ext/overload/overload.c:
+ Match the table style of the other single-row info entries.
+
+2001-12-31 Thomas V.V.Cox <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * pear/HTML/Menu_Browser.php: fix typo
+
+2001-12-31 Martin Jansen <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* ext/ncurses/ncurses_functions.c: