From 532362e7f4ffb77cb5c3ebdd394fa480db8edf2f Mon Sep 17 00:00:00 2001 From: Date: Thu, 19 Sep 2002 00:34:48 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 10 +++++++++ 2 files changed, 68 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8ac988b932..4660459417 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,61 @@ +2002-09-18 Zeev Suraski + + * win32/php4dllts.dsp: + Fix debug build options (looks like VC doesn't maintain indentation in the + .dsp... Sorry Sebastian :) + + * sapi/webjames/webjames.c + sapi/roxen/roxen.c + sapi/servlet/servlet.c + sapi/thttpd/thttpd.c + sapi/tux/php_tux.c + sapi/nsapi/nsapi.c + sapi/phttpd/phttpd.c + sapi/pi3web/pi3web_sapi.c + sapi/fastcgi/fastcgi.c + sapi/isapi/php4isapi.c + sapi/cgi/cgi_main.c + sapi/cli/php_cli.c + sapi/apache2filter/sapi_apache2.c + sapi/caudium/caudium.c + sapi/aolserver/aolserver.c + sapi/apache/mod_php4.c + sapi/apache2filter/php_functions.c + main/main.c + main/php_main.h + sapi/activescript/php4activescript.c: + another startup initialization fix - only ISAPI and CGI SAPI's tested, + minor compile buglets might occur in other SAPIs, but should be trivial + to fix... + +2002-09-18 James Cox + + * ext/standard/info.c: white background please + +2002-09-18 Ilia Alshanetsky + + * ext/standard/datetime.c: Fixed bug #19446 + + * ext/standard/image.c: + Added additional handlers for compressed swf files, which require + entire file to be downloaded for successful decompression. + +2002-09-18 Dan Kalowsky + + * ext/imap/php_imap.c: + Patch for Bug #19402 provided by Kevin Way (kevin.way@overtone.org) + +2002-09-18 Wez Furlong + + * ext/standard/tests/file/userstreams.phpt + main/user_streams.c: Tidy up some user stream code. + Add a small test case (not yet complete). + +2002-09-18 Hartmut Holzgraefe + + * ext/standard/string.c: + setlocale() will now accept multiple locale arguments, first match wins + 2002-09-17 Tal Peer * ext/fribidi/fribidi.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 230965314c..144caae870 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2002-09-18 Zeev Suraski + + * zend.c: + Fix the thread-safe initialization of the ZE2. This should solve some + sporadic crashes, as well as the problem with the built-in constants. + + * zend_constants.c: Remove dead code + + * zend_builtin_functions.c: Add useful debugging function + 2002-09-17 Zeev Suraski * zend_hash.c -- 2.50.1