From: Andrey Hristov Date: Wed, 27 Apr 2005 21:25:33 +0000 (+0000) Subject: update NEWS X-Git-Tag: php-5.0.5RC1~360 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ad623b515e05dcadf83e921c177bd261fe538c4;p=php update NEWS --- diff --git a/NEWS b/NEWS index c927c44e6f..14b36dc01a 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2005, PHP 5.0.5 - Added support for .cc files in extensions. (Brian) -- Added INT_MAX and INT_SIZE as predefined constants. (Andrey) +- Added PHP_INT_MAX and PHP_INT_SIZE as predefined constants. (Andrey) - Removed php_check_syntax() function which never worked properly. (Ilia) - Changed sha1_file() and md5_file() functions to use streams instead of low level IO. (Uwe)