From: Date: Wed, 19 Feb 2003 01:32:20 +0000 (+0000) Subject: NEWS update X-Git-Tag: RELEASE_0_5~885 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6119fef3a32f12ea413e5acc04fb4c86f9be1a6a;p=php NEWS update --- diff --git a/NEWS b/NEWS index 293319f33d..f053526f7d 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 200?, Version 5.0.0 +- Added new parameter to sha1() and md5() which return the digest as + binary data. (Michael Bretterklieber , Derick) - Added proc_nice() function, which allows changing priority of the current process. (Ilia) - Added pcntl_getpriority() and pcntl_setpriority() functions, which can be