From de868cff495a6f1d8a57f05dd433614a44518271 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Tue, 18 Oct 2016 21:44:37 +0000 Subject: [PATCH] Update proc_nice() as per the latest changes for the Windows implementation (The function is now more in line with that of Unix) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340558 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/exec/functions/proc-nice.xml | 29 ++++++++++++-------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/reference/exec/functions/proc-nice.xml b/reference/exec/functions/proc-nice.xml index 25dd75810c..50221377ab 100644 --- a/reference/exec/functions/proc-nice.xml +++ b/reference/exec/functions/proc-nice.xml @@ -53,40 +53,40 @@ - REALTIME_PRIORITY_CLASS + Realtime priority - increment > 23 + increment &-t; -14 - HIGH_PRIORITY_CLASS + High priority - increment > 12 + increment < -9 - ABOVE_NORMAL_PRIORITY_CLASS + Above normal priority - increment > 9 + increment < -4 - NORMAL_PRIORITY_CLASS + Normal priority - increment > 7 & - increment < 4 + increment < 5 & + increment > -5 - IDLE_PRIORITY_CLASS + Below normal priority increment > 5 - BELOW_NORMAL_PRIORITY_CLASS + Idle priority - increment > 3 + increment > 9 @@ -115,10 +115,7 @@ ]]>