summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-05-31 02:15:14 +0000
committer <changelog@php.net>2000-05-31 02:15:14 +0000
commit6341c60f672a68a55da87ec14b55ddaa065f2556 (patch)
treee0a190c455c7d29a2b9b8cf25b3497ed222bfc73
parentc521aeda57bd758e0066c6866ea05139704edea3 (diff)
downloadphp-git-6341c60f672a68a55da87ec14b55ddaa065f2556.tar.gz
ChangeLog update
-rw-r--r--ChangeLog39
1 files changed, 39 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07ac92d2ea..dae58362ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+2000-05-30 Frank M. Kromann <fmk@swwwing.com>
+
+ * ext/imap/imap.dsp
+ ext/imap/imap.h
+ ext/imap/php_imap.h:
+ Making imap module compile on win32 and include imap_mail() function)
+
+2000-05-30 Ben Mansell <ben@zeus.com>
+
+ * README.Zeus:
+ Updated help section with some more compile problems & solutions
+
+2000-05-30 Andrei Zmievski <andrei@ispi.net>
+
+ * ext/standard/array.c
+ ext/standard/basic_functions.c
+ ext/standard/php_array.h:
+ - Added array_merge_recursive() that will recursively merge values
+ under the same keys.
+
+ * TODO: retab
+
+ * TODO: Finally figured out what pathinfo() was all about.
+
+2000-05-30 Anthony Whitehead <anthony.whitehead@rfv.sfa.se>
+
+ * sapi/nsapi/config.m4
+ sapi/nsapi/nsapi-readme.txt
+ sapi/nsapi/nsapi.c:
+ Altered NSAPI autoconf to check for location of include files automatically, tested for Netscape 3.x and iPlanet 4.x.
+ Added very basic variable support for usefull things such as PHP_SELF. I'll extend this to supply this rest of the variables soon.
+ Commited a patch to activate ZTS in the NSAPI module, this patch comes from
+ Jayakumar Muthukumarasamy.
+
+2000-05-30 Thies C. Arntzen <thies@digicol.de>
+
+ * ext/oci8/oci8.c:
+ - fixed crash in OCIParse when parsing invalid SQL.
+
2000-05-29 Zeev Suraski <zeev@php.net>
* ext/standard/Makefile.in: Forgot to update the makefile