]> granicus.if.org Git - php/commitdiff
Sync with HEAD
authorfoobar <sniper@php.net>
Fri, 23 Aug 2002 01:18:34 +0000 (01:18 +0000)
committerfoobar <sniper@php.net>
Fri, 23 Aug 2002 01:18:34 +0000 (01:18 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 286c9e902133dac797645548e725d72aee421688..69aa047de1bde476b73b81d70fa7c509b9984542 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,17 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2002, Version 4.2.2
+?? ??? 2002, Version 4.2.3
+- Lot of other bug fixes. (Various Artists)
 - Transparent sid support is now disabled by default. (Yasuo)
-- Couple of bug fixes. (Various Artists)
 - Fixed accidental pg_lo_import() API change. (Yasuo)
 - Fixed ereg_replace() crash when the backreference number was greater than the 
   number of captured subpatterns. (oliver@billix.franken.de)
 - Fixed array_rand() on thread-safe platforms such as Windows. (Edin)
 - Report the right exit code after a call to exit(). (Edin)
 
+22 Jul 2002, Version 4.2.2
+- Fixed serious security vulnerability. (Stefan Esser)
+
 13 May 2002, Version 4.2.1
 - Added safe-mode checks to show_source(), parse_ini_file() and rmdir(). Also
   fixed security problems with safe_mode_include_dir directive. (Rasmus)