From: Derick Rethans Date: Sat, 4 Jan 2003 18:35:37 +0000 (+0000) Subject: - Fix typo X-Git-Tag: PHP_5_0_dev_before_13561_fix~467 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b5caf3b67898d85e6c4694092fefbb8e4a7ccaa;p=php - Fix typo --- diff --git a/NEWS b/NEWS index 069b42c264..93d1ae08dd 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,7 @@ PHP 4 NEWS . iconv_mime_decode() . iconv_mime_encode() - 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 much bugs + 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)