summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-02-15 04:54:20 +0000
committerAndi Gutmans <andi@php.net>2000-02-15 04:54:20 +0000
commitf331c226232f64fb9ab5906766f6c335918f583b (patch)
tree5a48582acbe58f45074d597d5013b831cf5f11b5
parent69e950ecfcf2005cd8338f149e1ec78fbdeeada5 (diff)
downloadphp-git-f331c226232f64fb9ab5906766f6c335918f583b.tar.gz
- Get rid of mistake
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b6081a96c0..e641f4b689 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,7 @@ PHP 4.0 NEWS
- Re-introduced "none" for disabling auto_prepend/append_file (Stig)
- Added DB/storage to PEAR
Introduced DB warnings
-- Fix overrun in strip_tags (Stas, Zend library)
+- Fix overrun in strip_tags (Stas)
- Fixed crash in strip_tags() and related functions. (Thies)
- Workaround for bogus POST-Data from IE/Mac. (Thies)
Patch by Alain Malek <alain@virtua.ch>