diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2003-02-18 01:07:57 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2003-02-18 01:07:57 +0000 |
| commit | 0fd1009fcc040048123abe9658d4d3e8b86c3c20 (patch) | |
| tree | d89a983a681b37e22cbcc573b783912f27ba1128 /ext/standard/exec.h | |
| parent | 19a9b4f310742bedc2dbf2b5c603b6b76640e256 (diff) | |
| download | php-git-0fd1009fcc040048123abe9658d4d3e8b86c3c20.tar.gz | |
Added nice() function, which allows changing of priority for the current
process.
Diffstat (limited to 'ext/standard/exec.h')
| -rw-r--r-- | ext/standard/exec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/exec.h b/ext/standard/exec.h index 796701317f..fd1c5e39c5 100644 --- a/ext/standard/exec.h +++ b/ext/standard/exec.h @@ -31,6 +31,7 @@ PHP_FUNCTION(proc_open); PHP_FUNCTION(proc_get_status); PHP_FUNCTION(proc_close); PHP_FUNCTION(proc_terminate); +PHP_FUNCTION(nice); PHP_MINIT_FUNCTION(proc_open); char *php_escape_shell_cmd(char *); |
