From: Andrey Hristov Date: Wed, 25 Aug 2004 07:20:30 +0000 (+0000) Subject: . X-Git-Tag: php-5.0.2RC1~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ecca99973311274910c0e064f412c59e0f4414f7;p=php . --- diff --git a/NEWS b/NEWS index a0a7952117..d350d68af5 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2004, PHP 5.0.2 - Add interface_exists() and make class_exists() only return true for real - classes. (Andrey Hristov) + classes. (Andrey) - Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory exhaustion. (Andrei) - Added PHP_EOL constant that contains the OS way of representing newlines.