summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-12-18 02:09:08 +0000
committer <changelog@php.net>2000-12-18 02:09:08 +0000
commitd6f0bd3bb80304f04aaec4c35c2b542c5915cd1a (patch)
treed465b851f2e933cd9349ac932041088cc85ec9fd
parentd63f8130bc8e752428d6ed68e8b0d2a43c1df8e8 (diff)
downloadphp-git-d6f0bd3bb80304f04aaec4c35c2b542c5915cd1a.tar.gz
ChangeLog update
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dcbccc896d..9bca8376c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2000-12-17 Stanislav Malyshev <stas@zend.com>
+
+ * ext/odbc/config.m4:
+ No need to link main binary with ODBC libs if we use shared module
+
+2000-12-17 Thies C. Arntzen <thies@thieso.net>
+
+ * TODO: add a reminder about #3149
+
+2000-12-17 Sascha Schumann <sascha@schumann.cx>
+
+ * ext/standard/string.c:
+ Don't do anything, if the input string has a length of 0.
+
+ PR: #7686
+
2000-12-16 Andi Gutmans <andi@zend.com>
* ext/dba/dba.c: