summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-12-07 02:09:19 +0000
committer <changelog@php.net>2000-12-07 02:09:19 +0000
commite52ee0d2082e5bbdffbf64b6277864adc1b1d6c5 (patch)
treecac26b3e8c0bf9f2e45c76ebfe43c9ddcb122962
parent6ccfc3fb159c67abee9cc80e901883fcdfbe2966 (diff)
downloadphp-git-e52ee0d2082e5bbdffbf64b6277864adc1b1d6c5.tar.gz
ChangeLog update
-rw-r--r--ChangeLog84
1 files changed, 84 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95eb54c385..3842c2a64a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,87 @@
+2000-12-06 Stig Bakken <ssb@fast.no>
+
+ * pear/DB/tests/mysql/001.phpt
+ pear/DB/tests/mysql/002.phpt
+ pear/DB/tests/mysql/003.phpt
+ pear/DB/tests/mysql/004.phpt
+ pear/DB/tests/mysql/005.phpt
+ pear/DB/tests/mysql/006.phpt
+ pear/DB/tests/mysql/007.phpt
+ pear/DB/tests/numcols.inc
+ pear/DB/tests/prepexe.inc
+ pear/DB/tests/simplequery.inc
+ pear/DB/STATUS:
+ * added more tests for MySQL, including some test files common for all
+ backends
+
+2000-12-06 Monte Ohrt <monte@ispi.net>
+
+ * pear/Date/Calc.php: fixed bug with weeksInMonth()
+
+2000-12-06 André Langhorst <A.Langhorst@itbnet.de>
+
+ * tests/lang/030.phpt: updated with =& new syntax
+
+ * run-tests.php: made run-tests.php windows compatible
+
+ * tests/lang/030.phpt: added $this in constructor test (fails currently)
+
+2000-12-06 Sascha Schumann <sascha@schumann.cx>
+
+ * ext/bcmath/config.m4
+ ext/ccvs/config.m4
+ ext/domxml/config.m4
+ ext/gd/config.m4
+ ext/ctype/config.m4
+ ext/fribidi/config.m4
+ ext/gmp/config.m4
+ ext/qtdom/config.m4
+ sapi/thttpd/config.m4: Merge HEAD changes
+
+ * ext/bcmath/config.m4
+ ext/ccvs/config.m4
+ ext/domxml/config.m4
+ ext/gd/config.m4
+ ext/ctype/config.m4
+ ext/fribidi/config.m4
+ ext/gmp/config.m4
+ ext/qtdom/config.m4
+ sapi/thttpd/config.m4: Fix indentation of configure output
+
+2000-12-06 André Langhorst <A.Langhorst@itbnet.de>
+
+ * tests/lang/029.phpt: added OO test (will fail currently)
+
+2000-12-06 Stanislav Malyshev <stas@zend.com>
+
+ * ext/gd/config.m4: Fix T1 static build
+
+ * ext/gmp/README: Update README
+
+ * ext/gmp/gmp.c: Fix prototypes
+ Fix prefect_square return
+
+2000-12-06 Stig Bakken <ssb@fast.no>
+
+ * pear/DB/MAINTAINERS:
+ * pear/XML/tests/001.phpt
+ pear/XML/tests/002.phpt
+ pear/XML/tests/003.phpt
+ pear/XML/tests/004.phpt
+ pear/XML/tests/005.phpt
+ pear/XML/tests/parser3.i
+ pear/XML/tests/test.xml
+ pear/DB/common.php
+ pear/DB/ibase.php
+ pear/DB/mysql.php
+ pear/DB/tests/odbc/001.phpt
+ pear/DB/tests/odbc/skipif.inc
+ pear/XML/Parser.php
+ pear/DB.php: * cleanup
+
+ * pear/pear.in:
+ * pear/DB/STATUS: * added DB driver feature matrix
+
2000-12-05 Chuck Hagenbuch <chuck@horde.org>
* ext/mcal/php_mcal.c: spaces after commas. all whitespace.