From: Date: Sat, 4 Dec 1999 02:08:21 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_RETURN_REF_PATCH~95 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b3f80b77603726a808ce3f1e1463758850990ed;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 81b1e05c9d..89586416fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,84 @@ +1999-12-03 Sascha Schumann + + * acconfig.h.in + configure.in: Fix for #2909 + +1999-12-03 Sam Ruby + + * ext/standard/fsock.h + ext/standard/info.c: windows build errors + +1999-12-03 Sascha Schumann + + * configure.in: inet_aton is in libresolv on Solaris 2.5.1 + +1999-12-03 David Hedbor + + * ext/standard/info.c: Added credit notes for Roxen SAPI module + +1999-12-03 Andrei Zmievski + + * ext/session/mod_files.c: Include errno.h. + +1999-12-03 Sascha Schumann + + * ext/session/mod_files.c: Improve locking when O_EXCL is available + + * ext/java/config.m4: + PHP_BUILD_* m4 macros are not intended to be used by extensions. + If you want to tell the user that the current choice of a specific SAPI + module is bad, check $php_build_target. + + * main.c: 2<<30 (== 1<<31) overflows 32-bit signed int, reverting to 1<<30 + + * configure.in: + Solaris needs -D_REENTRANT to define prototypes for localtime_r etc. + + * ext/standard/fsock.h + ext/standard/fsock.c: Use socklen_t where appropiate + + * configure.in: + Add check for socklen_t (we cannot use AC_CHECK_TYPE, because socklen_t + is defined in sys/socket.h). + +1999-12-03 Stig Bakken + + * NEWS: forgot the "@" + + * ext/standard/info.c + build-defs.h.in + configure.in: Add configure command to phpinfo() output (Stig) + +1999-12-03 Sascha Schumann + + * ext/posix/config.h.stub + ext/posix/config.m4 + ext/posix/php3_posix.h: Add configure stuff + (note that --with-xxx should be only used, if it references something + external.) + + * ext/posix/Makefile.am + ext/posix/config.h.stub + ext/posix/config.m4 + ext/posix/php3_posix.h + ext/posix/posix.c + ext/posix/.cvsignore: Add posix module + + * sapi/isapi/php4isapi.c + main.c: + Add X-Powered-By header in all configurations to ease PHP usage metering + + * sapi/aolserver/aolserver.c (php_ns_sapi_header_handler): use sapi_free_header() + +1999-12-03 Rasmus Lerdorf + + * NEWS: + * php_globals.h + main.c: +1999-12-03 Sam Ruby + + * ext/com/COM.c: Support DATE_to_pval and DISPATCH_to_pval + 1999-12-02 Rasmus Lerdorf * main.c: