From 1aa01da212a60271f02daf114d560f74192fa0f5 Mon Sep 17 00:00:00 2001 From: Date: Fri, 9 Jun 2000 02:14:58 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/ChangeLog b/ChangeLog index 26f8ec6caa..0dda28c5d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,57 @@ +2000-06-08 Sascha Schumann + + * ext/session/session.c: + Fix format strings. cache_expire's type was changed to long. + + * ext/icap/php_icap.c: + Somehow I screwed up the find parameters while doing the original change. + + s/global.h/php_global.h/ + +2000-06-08 Andrei Zmievski + + * ext/mcal/php_mcal.c: Include php_global.h, instead of global.h + +2000-06-08 Anthony Whitehead + + * sapi/nsapi/nsapi.c: + Added more server variables to the HTTP_SERVER_VARS array, all the + variables listed in the structs in nsapi.c should work now. Untested on + Windows platform. + +2000-06-08 Thies C. Arntzen + + * ext/oci8/oci8.c: + - Fixed crash in OCIFetchStatement() when trying to read after + all data has already been read. + +2000-06-08 Hartmut Holzgraefe + + * fopen-wrappers.c + fopen-wrappers.h + main.c: so here it finaly is, the more general approach to fopen wrappers + +2000-06-08 Sascha Schumann + + * php.h: Add PHP_BROKEN_SPRINTF check here. + + Also remove unnecessary #ifdef's for PACKAGE and VERSION. + + * acconfig.h.in + acinclude.m4 + configure.in + sapi/apache/config.m4 + sapi/cgi/config.m4 + sapi/isapi/config.m4: + Wipe out acconfig.h.in and rewrite some checks to use PHP_ARG_ENABLE. + + * Makefile.in: + Always define PROGRAM_NAME to avoid problems with Irix's and OpenServer's + makes. + + * README.SELF-CONTAINED-EXTENSIONS: + Add note about using PHP_ARG_WITH/ENABLE + 2000-06-07 Jouni Ahto * ext/gd/gd.c -- 2.50.1