From: Andi Gutmans Date: Wed, 25 Aug 2004 01:04:27 +0000 (+0000) Subject: - NEWS X-Git-Tag: php-5.0.2RC1~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=048aa76cc9d94564d79a9f91e4094e94176f2131;p=php - NEWS --- diff --git a/NEWS b/NEWS index 46a39cf634..66cca30f35 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2004, PHP 5.0.2 +- Add interface_exists() and make class_exists() only return true for true + classes. (Andrey Hristov) - Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory exhaustion. (Andrei) - Added PHP_EOL constant that contains the OS way of representing newlines.