summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-08-23 01:18:34 +0000
committerfoobar <sniper@php.net>2002-08-23 01:18:34 +0000
commit48880dc48beee398366672085f353f3e74e38fa4 (patch)
tree8ff4b205b234ac57e2dd1cdcedd7109f1d4a0345
parent725aa965af371cbfb1f49003e847dd207b106388 (diff)
downloadphp-git-48880dc48beee398366672085f353f3e74e38fa4.tar.gz
Sync with HEAD
-rw-r--r--NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 286c9e9021..69aa047de1 100644
--- 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)