From: Date: Tue, 8 May 2001 01:09:25 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.6RC1~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2b51211009ac5c58ec02b4748d04e7c67f8cd55;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7ab7c78353..46aae789d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,51 @@ +2001-05-07 Zeev Suraski + + * sapi/apache/mod_php4.c: whitespace + + * ext/standard/output.c: + Avoid crashing if somehow, output is sent in a new thread tha had no requests + +2001-05-07 Marc Boeren + + * ext/dbx/dbx.c: + Passed db_handle to dbx_error_function instead of NULL (Mc) + +2001-05-07 Rui Hirokawa + + * ext/mbstring/mbfilter_ja.h + ext/mbstring/mbfilter.c + ext/mbstring/mbfilter.h + ext/mbstring/mbfilter_ja.c: update address of licence term in mbstring. + +2001-05-07 Zeev Suraski + + * NEWS: Update NEWS + + * sapi/apache/mod_php4.c + sapi/apache/php_apache.c: + Allow virtual() of PHP files. We may have to improve the detection code a + bit, but it worked well on everything I tried. + +2001-05-07 Wez Furlong + + * ext/mysql/php_mysql.c: + Enabled optional result_mode param in mysql_db_query() to make it behave + as mysql_unbuffered_query (can be either MYSQL_USE_RESULT or + MYSQL_STORE_RESULT) + +2001-05-07 Sascha Schumann + + * ext/wddx/config.m4: + As the WDDX extension can now be built as shared extension + without functional loss with regard to the session serializer, it + is safe to default to disable. We enable XML automatically only, + if the user is building WDDX as a static extension. + +2001-05-07 David Hedbor + + * sapi/caudium/caudium.c: + Patch from Jan Legenhausen to add vars to the HTTP_SERVER_VARS array. + 2001-05-06 Stig Bakken * pear/CODING_STANDARDS: updated the .emacs example