summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-04-22 01:09:13 +0000
committer <changelog@php.net>2000-04-22 01:09:13 +0000
commitf9cdcc583c82dfeb7b800436c2edaf8be0dff299 (patch)
treed204c3710306e4d2404e1195c410234d6e3bc733
parentdf96f5f8d572796418ebad8e8e94c31c4c7ae52a (diff)
downloadphp-git-f9cdcc583c82dfeb7b800436c2edaf8be0dff299.tar.gz
ChangeLog update
-rw-r--r--ChangeLog52
1 files changed, 52 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a7f6107474..8bed09dfc0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+2000-04-21 Thies C. Arntzen <thies@digicol.de>
+
+ * ext/standard/info.c: add VDIR info
+
+ * php_modules.dsw: add oracle and oci8
+
+ * ext/oracle/oracle.dsp: .
+
+ * ext/oracle/oracle.c
+ ext/oracle/oracle.dsp
+ ext/oracle/oracle.dsw
+ ext/oracle/php_oracle.h: oracle compiles now on win32 - untested!
+
+ * ext/oci8/oci8.dsp
+ ext/oci8/oci8.dsw: *** empty log message ***
+
+2000-04-21 Zeev Suraski <zeev@php.net>
+
+ * php_virtual_cwd.c: - Missed second argument
+
+2000-04-21 Andi Gutmans <andi@php.net>
+
+ * php_virtual_cwd.c: - Fix last fix for Windows
+
+2000-04-21 Thies C. Arntzen <thies@digicol.de>
+
+ * ext/oci8/oci8.c: make it compile on Win32
+
+2000-04-21 Andi Gutmans <andi@php.net>
+
+ * php_virtual_cwd.c:
+ - Small fix to virtual_Chdir_file() to include the trailing slash when
+ the file is in the root directory.
+
+2000-04-21 Frank M. Kromann <fmk@swwwing.com>
+
+ * ext/ftp/ftp.dsp
+ ext/mssql/mssql.dsp: Moving output modules
+
+ * ext/zlib/zlib.dsp
+ ext/zlib/zlib_win32_howto.txt:
+ Adding a short WIN32_HOWTO and moving library and header files to php_build
+
+2000-04-21 Thies C. Arntzen <thies@digicol.de>
+
+ * ext/oci8/oci8.c:
+ - OCIBindByName() will no longer complain about bindlength beeing zero.
+
+2000-04-21 Rasmus Lerdorf <rasmus@php.net>
+
+ * ext/gd/gd.c: createfrom* fixes
+
2000-04-20 Zeev Suraski <zeev@php.net>
* ext/imap/php_imap.c: Compile fixes