summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-08-06 01:09:09 +0000
committer <changelog@php.net>2000-08-06 01:09:09 +0000
commit18cbccdd7c14fec4fe7c99cd867d82021cc3078c (patch)
treeac8cc4b7c7cc916d7226c02b0e6fa7461829f14e
parentbe9b8f0613cfa84b8d7c41f0d188edf050bbaff9 (diff)
downloadphp-git-18cbccdd7c14fec4fe7c99cd867d82021cc3078c.tar.gz
ChangeLog update
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 861c7d3c00..eaf64e4155 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2000-08-05 Danny Heijl <Danny.Heijl@cevi.be>
+
+ * ext/informix/ifx.ec:
+ - Fix INT8 returning garbage because ifx_int8toasc does not null_terminate
+ the returned string. (danny)
+
+2000-08-05 Stanislav Malyshev <stas@zend.com>
+
+ * sapi/cgi/cgi_main.c: Fix crash on broken setups (#5979)
+
+2000-08-05 Thies C. Arntzen <thies@digicol.de>
+
+ * ext/oci8/oci8.c:
+ - Fixed warning when shutting down OCINLogon() connections.
+
+2000-08-05 Stanislav Malyshev <stas@zend.com>
+
+ * ext/session/mod_files.c: Open session files in binary mode (fix #5953)
+
+2000-08-05 Thies C. Arntzen <thies@digicol.de>
+
+ * ext/oci8/oci8.c:
+ - OCIError() would sometimes not report failed connections.
+
+2000-08-05 Hénot David <henot@iie.cnam.fr>
+
+ * ext/ingres_ii/ii.c: Fix for a bug with persistent connections.
+
2000-08-04 Hartmut Holzgraefe <hartmut@six.de>
* main/main.c