From: Andi Gutmans Date: Wed, 25 Aug 2004 01:06:29 +0000 (+0000) Subject: - Improve wording X-Git-Tag: php-5.0.2RC1~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38d64188ff97ac247643d80491ec2f57304bc01e;p=php - Improve wording --- diff --git a/NEWS b/NEWS index 66cca30f35..a0a7952117 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2004, PHP 5.0.2 -- Add interface_exists() and make class_exists() only return true for true +- Add interface_exists() and make class_exists() only return true for real classes. (Andrey Hristov) - Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory exhaustion. (Andrei)