]> granicus.if.org Git - php/commitdiff
Sync with PHP_4_2_0 branch.
authorfoobar <sniper@php.net>
Mon, 29 Apr 2002 15:36:14 +0000 (15:36 +0000)
committerfoobar <sniper@php.net>
Mon, 29 Apr 2002 15:36:14 +0000 (15:36 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b43141a83667c07167c3147ff84a00ccc115574c..73de110a98e2b48f1c2bec2a0655aab933a57e55 100644 (file)
--- 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)