summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2003-01-07 15:27:27 +0000
committerEdin Kadribasic <edink@php.net>2003-01-07 15:27:27 +0000
commit0c80cc9d20e473d18db574d3137d6e52d65066bc (patch)
treef6052a8a4495e2f0384f4a824930a216b91fe720
parentb1fab873c2845e6b84919d6889ca3196cf56249a (diff)
downloadphp-git-0c80cc9d20e473d18db574d3137d6e52d65066bc.tar.gz
#17098 was MFH'ed
-rw-r--r--NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e57870c2f3..2a3c56a5db 100644
--- a/NEWS
+++ b/NEWS
@@ -12,8 +12,6 @@ PHP 4 NEWS
- Removed support for libmcrypt 2.2.x to allow cleaner code. Another reason
to upgrade libmcrypt to a 2.5.x series as the older ones have too many bugs
to be safely used with PHP. (Derick)
-- Fixed bug #17098 (make Apache2 aware that PHP scripts represent dynamic data
- and should not be cached). (Ilia)
- Fixed bug #20442 (upgraded bundled expat to 1.95.5). (Ilia)
- Made uniqid() parameters to be optional and allow any prefix length. (Marcus)
- Improved array_search() so that it can accept objects as a needle under