From 661758348cc8a1dcbdfbd6cd5c8324c5ac9faca9 Mon Sep 17 00:00:00 2001 From: Date: Sat, 6 May 2000 01:09:10 +0000 Subject: ChangeLog update --- ChangeLog | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b62ea577f5..4ae6f872a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2000-05-05 Andrei Zmievski + + * tests/testarray: Testing. + +2000-05-05 Sascha Schumann + + * 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 + + * 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 + + * NEWS: testing + 2000-05-04 Andrei Zmievski * ext/session/session.c: -- cgit v1.2.1