From afdb73e62fef8f78986098ce17d06e19a8d86421 Mon Sep 17 00:00:00 2001 From: Date: Sat, 9 Oct 1999 05:41:53 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/ChangeLog b/ChangeLog index ef47a58211..a22f5175d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,57 @@ +1999-10-08 Andreas Karajannis + + * ext/odbc/php_odbc.c: + Forgot to remove workaround for SQLANY_BUG which is no longer needed + + * ext/odbc/php_odbc.c + ext/odbc/php_odbc.h: + Moved Environment handle to connection struct for thread safety + +1999-10-08 Andrei Zmievski + + * README.CVS-RULES: Mention php-cvs-daily list. + +1999-10-08 Sascha Schumann + + * main.c: Use correct data type for mutex. + + * main.c: + Implement temporary workaround for thread-safety issues. This + serializes all request accesses. To disable, define NO_GLOBAL_LOCK + +1999-10-08 Andrei Zmievski + + * README.CVS-RULES: More emphasis on ChangeLog and NEWS daily updates. + +1999-10-08 Andrei Zmievski + + * README.CVS-RULES: + More information on how to use the special prefixes and the frequency + of NEWS and ChangeLog updates. + +1999-10-08 Jouni Ahto + + * ext/gd/gdt1.c + ext/gd/gdt1.h: + Added the files for t1lib support. No porting from PHP3 done yet. + +1999-10-08 changelog + + * ChangeLog: ChangeLog update + +1999-10-08 Jouni Ahto + + * ext/standard/datetime.c: + (PHP gmmktime) Should now give right values. Note that there was never need for + the acrobacy adjusting the time for GMT. mktime() fills + tm_gmtoff with just the right offset to add. + + * ext/standard/php3_string.h + ext/standard/string.c + ext/standard/basic_functions.c: + (PHP setlocale) Locale settings are now correctly restored to the values + set in environment at request shutdown. + 1999-10-07 Andrei Zmievski * NEWS: NEWS update -- 2.50.1