From: Ilia Alshanetsky Date: Tue, 18 Feb 2003 01:44:53 +0000 (+0000) Subject: New function news. X-Git-Tag: RELEASE_0_5~921 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02ea3ab08555431ceaa4ca730a4726378d27d074;p=php New function news. --- diff --git a/NEWS b/NEWS index 2d199c53fb..2149a24126 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 200?, Version 5.0.0 +- Added proc_nice() function, which allows changing priority of the current + process. (Ilia) +- Added pcntl_getpriority() & pcntl_setpriority(), which can be used to + fetch & change priority of any process. (Ilia) - new idate() function. new date_sunrise() function. new date_sunset() function.