Skip to content

Commit

Permalink
Sync with PHP_4_2_0 branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
foobar committed Apr 29, 2002
1 parent 8cf30c7 commit 43d46c2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 43d46c2

Please sign in to comment.