From 88df56ddeb5c321ef274a1656dcb87d5fc84ca43 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Sat, 19 Nov 2016 09:23:07 +0000 Subject: [PATCH] Minor updates to the proc_nice() docs for Windows, as we no longer mimic WMIC values git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341078 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/exec/functions/proc-nice.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/reference/exec/functions/proc-nice.xml b/reference/exec/functions/proc-nice.xml index d186345c2b..23705f99ca 100644 --- a/reference/exec/functions/proc-nice.xml +++ b/reference/exec/functions/proc-nice.xml @@ -156,11 +156,7 @@ proc_nice(-20) Windows only - The values of increment tries to mimic the output of - the wmic. - - - On Windows this function will only change the current process + proc_nice will change the current process priority, even if PHP was compiled using thread safety.