]> granicus.if.org Git - php/commitdiff
New function news.
authorIlia Alshanetsky <iliaa@php.net>
Tue, 18 Feb 2003 01:44:53 +0000 (01:44 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 18 Feb 2003 01:44:53 +0000 (01:44 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 2d199c53fb9e9a7cf5b84362cfbff15a20b268c4..2149a24126fc2c7a5a8a338fa3a647126f9e7fea 100644 (file)
--- 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.