summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2000-05-06 01:09:10 +0000
committer <changelog@php.net>2000-05-06 01:09:10 +0000
commit661758348cc8a1dcbdfbd6cd5c8324c5ac9faca9 (patch)
treead48084f25b76fd0f4826f73359419484628d85d /ChangeLog
parent06358248a416a10d2a8226d58d826989a2594664 (diff)
downloadphp-git-661758348cc8a1dcbdfbd6cd5c8324c5ac9faca9.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b62ea577f5..4ae6f872a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+2000-05-05 Andrei Zmievski <andrei@ispi.net>
+
+ * tests/testarray: Testing.
+
+2000-05-05 Sascha Schumann <sascha@schumann.cx>
+
+ * configure.in: Fix a bug introduced when the SAPI checks were moved.
+
+ INCLUDES were overwritten, so i.e. APXS builds failed.
+
+ * ext/standard/config.m4
+ configure.in:
+ Move dlopen in -ldl check to configure.in. This should ensure that if libdl
+ exists, it will be always found. We define HAVE_LIBDL now always, if the
+ function dlopen is found.
+
+ * ext/standard/crypt.c:
+ Put in a hack, so that users can compile PHP, even if the configure-time
+ checks failed to detect the capabilities of crypt().
+
+2000-05-05 Andi Gutmans <andi@php.net>
+
+ * sapi/cgi/cgi_main.c:
+ - Fix problem with sapi_globals being used before it is initialized.
+
+ * ext/com/COM.c
+ sapi/cgi/cgi_main.c: - Make Windows compile again.
+
+2000-05-05 Andrei Zmievski <andrei@ispi.net>
+
+ * NEWS: testing
+
2000-05-04 Andrei Zmievski <andrei@ispi.net>
* ext/session/session.c: