From: foobar Date: Mon, 29 Apr 2002 15:36:14 +0000 (+0000) Subject: Sync with PHP_4_2_0 branch. X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~364 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43d46c2c410c123e7e0a67362bd61a2377d35276;p=php Sync with PHP_4_2_0 branch. --- diff --git a/NEWS b/NEWS index b43141a836..73de110a98 100644 --- a/NEWS +++ b/NEWS @@ -71,6 +71,7 @@ PHP 4 NEWS process is now more portable and less resource-consuming. (Sascha) 03 May 2002, Version 4.2.1 +- Fixed malformed atime/mtime with touch(). (Yasuo) - Fixed a couple of bugs in array_sum() and array_merge(). (Andrei) - Fixed SJIS directory name handling under Windows. (Rui) - Fixed empty mb_output_handler() output when Content-Type is specified. @@ -81,9 +82,13 @@ PHP 4 NEWS 22 Apr 2002, Version 4.2.0 - ATTENTION!! register_globals defaults to 'off' now !!! +- Note: Apache2 support is EXPERIMENTAL. - PostgreSQL functions are renamed, but all old function names are available. - (Yasuo) -- Moved ext/mailparse to PECL. (Wez/Jim) + Old function names will be available long enough. User can safely use old + function names. (Yasuo) +- Moved ext/mailparse to PECL. See http://thebrainroom.com/opensource/php/ + for more information and to download the extension. (Wez/Jim) +- Fixed pg_last_notice() crash. (Yasuo) - Modified the mysql extension to disable 'LOAD LOCAL' when safe mode is enabled. (Jason) - Added CLI (command line interface) sapi which is more suitable for writing @@ -112,7 +117,6 @@ PHP 4 NEWS ?> - Fixed segfault in ibase_close() if user does not free the resultset. Bugs #15419, #15992. (daniela) -- Fixed pg_last_notice() crash. (Yasuo) - Added optional 3rd parameter "int encoding_mode" to gzencode() and fixed parameters to conform documentation. (Stefan) - Changed read_exif_data() to be an alias of exif_read_data(). (Marcus)