diff options
author | foobar <sniper@php.net> | 2002-04-29 15:36:14 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-04-29 15:36:14 +0000 |
commit | 43d46c2c410c123e7e0a67362bd61a2377d35276 (patch) | |
tree | eb7f3663498c68ac579ef26c3b936314667f7191 /NEWS | |
parent | 8cf30c79ff5c65605f7055c9763adb24ccf5f0df (diff) | |
download | php-git-43d46c2c410c123e7e0a67362bd61a2377d35276.tar.gz |
Sync with PHP_4_2_0 branch.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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) |