From: Yasuo Ohgaki Date: Fri, 5 Apr 2002 07:14:35 +0000 (+0000) Subject: Forgot mention fixed bug that is reported by user. X-Git-Tag: php-4.2.0RC3~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14a77654c14329b656d3171cd6732c97c120132e;p=php Forgot mention fixed bug that is reported by user. --- diff --git a/NEWS b/NEWS index a461f6db13..bdb622f92f 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2002, Version 4.2.0 - ATTENTION!! register_globals defaults to 'off' now !!! +- Fixed pg_last_notice() crash. (Yasuo) - Modified the mysql extension to disable 'LOAD LOCAL' when safe mode is enabled. (Jason) - Fixed HTTP file upload support to handle big files better. (Jani)