From 1cc956efee64e64acec0594ab3f38ca9c2716afe Mon Sep 17 00:00:00 2001 From: Date: Fri, 5 Jul 2002 00:17:42 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2c94a9d989..39c4c707d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,53 @@ +2002-07-04 Sascha Schumann + + * acinclude.m4 + configure.in: + 1. PHP_CHECK_FUNC(func, lib1, lib2, ..., libn) searches for + func and __func using LIBS, and if unsuccessful, searches + each specified lib. Defines HAVE_FUNC, if found. If func/__func is + found in library foo, HAVE_LIBFOO is defined. + + (Jani, me) + + 2. Autoconf 2.5x is more pedantic regarding locating header files. + We include the proper header files now in the check. (me) + + 3. The nsl/bind/socket/etc checks have been rewritten using PHP_CHECK_FUNC. + This ensures that no extra library is used, if the symbol is + available in libc which avoids issues on BSD/OS, OpenBSD and others. + (Jani) + +2002-07-04 Martin Jansen + + * pear/PEAR/Common.php: * Remove http:// from the proxy server string. + + Patch by: "michiel bakker" + +2002-07-04 Jani Taskinen + + * ext/ftp/ftp.c + ext/ftp/ftp.h + ext/ftp/php_ftp.c: + - Added optional 3rd parameter 'recursive' to ftp_rawlist() which will + do 'LIST -R' instead of 'LIST'. + +2002-07-04 Marko Karppinen + + * Makefile.global + sapi/cgi/config.m4: + Moved the cgi link line to sapi/cgi/config.m4 and stopped + using libtool on Darwin on it + +2002-07-04 Sascha Schumann + + * config.sub + config.guess: Upgrade to the version shipped with automake-1.6.2 + + * sapi/cgi/cgi_main.c: + Generate content-type header, if the user did not specify one of its own. + + Noticed by: Edin Kadribasic + 2002-07-03 Rui Hirokawa * main/rfc1867.c: fixed ZTS build. -- 2.40.0