diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2003-02-18 01:23:51 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2003-02-18 01:23:51 +0000 |
commit | 0ad5cac954b7bc9a9e15ada34d75648ef88c840b (patch) | |
tree | 8c5eba5f43d275197ed94d8c94945faf44f21eb2 /ext/standard/exec.h | |
parent | 32165a5546fc54ba31f25550fa105365c9e454c4 (diff) | |
download | php-git-0ad5cac954b7bc9a9e15ada34d75648ef88c840b.tar.gz |
By popular demand nice() is renamed to proc_nice().
A better error message for proc_nice() failure.
Diffstat (limited to 'ext/standard/exec.h')
-rw-r--r-- | ext/standard/exec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/exec.h b/ext/standard/exec.h index fd1c5e39c5..a0d4ab46ae 100644 --- a/ext/standard/exec.h +++ b/ext/standard/exec.h @@ -31,7 +31,7 @@ PHP_FUNCTION(proc_open); PHP_FUNCTION(proc_get_status); PHP_FUNCTION(proc_close); PHP_FUNCTION(proc_terminate); -PHP_FUNCTION(nice); +PHP_FUNCTION(proc_nice); PHP_MINIT_FUNCTION(proc_open); char *php_escape_shell_cmd(char *); |