summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>1999-10-29 01:09:23 +0000
committer <changelog@php.net>1999-10-29 01:09:23 +0000
commit88ca873f3ad8aaada1706ad8cbf2ee80cd1a7ec6 (patch)
tree7583cc32ba7adecbcfa0b81865250c9458767e16
parent5d291c8ea5d0cc6a2abb04144328c0aa15ebf7a0 (diff)
downloadphp-git-88ca873f3ad8aaada1706ad8cbf2ee80cd1a7ec6.tar.gz
ChangeLog update
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ada735d744..bf4c92a7fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+1999-10-28 Rasmus Lerdorf <rasmus@php.net>
+
+ * ext/odbc/config.h.stub
+ ext/odbc/config.m4
+ ext/odbc/php_odbc.c
+ ext/odbc/php_odbc.h:
+ (IBM DB2 Support) Fix stuff to allow IBM DB2 to work with PHP 4.
+ Tested against DB2 6.1 UDB on Linux (RH-6.0)
+
+1999-10-28 Sascha Schumann <sascha@schumann.cx>
+
+ * Makefile.am:
+ Remove set-if-not-set colon, since CPPFLAGS is never set by automake.
+
+1999-10-28 Andrei Zmievski <zmievski@ispi.net>
+
+ * ext/pcre/php_pcre.c: Fix bug #2623.
+
+ * NEWS: New function.
+
+1999-10-28 changelog <changelog@www>
+
+ * ChangeLog: ChangeLog update
+
+ * NEWS: NEWS update
+
+1999-10-28 rubys <rubys@www>
+
+ * php4dllts.dsp:
+ look for output.c in its new location in the windows build
+
1999-10-27 Andrei Zmievski <zmievski@ispi.net>
* ext/standard/basic_functions.c