@ -56,8 +56,12 @@ function_entry pcntl_functions[] = {
PHP_FE(pcntl_wstopsig, NULL)
PHP_FE(pcntl_exec, NULL)
PHP_FE(pcntl_alarm, NULL)
#ifdef HAVE_GETPRIORITY
PHP_FE(pcntl_getpriority, NULL)
#endif
#ifdef HAVE_SETPRIORITY
PHP_FE(pcntl_setpriority, NULL)
{NULL, NULL, NULL}
};
@ -51,8 +51,12 @@ PHP_FUNCTION(pcntl_wtermsig);
PHP_FUNCTION(pcntl_wstopsig);
PHP_FUNCTION(pcntl_signal);
PHP_FUNCTION(pcntl_exec);
PHP_FUNCTION(pcntl_getpriority);
PHP_FUNCTION(pcntl_setpriority);
ZEND_BEGIN_MODULE_GLOBALS(pcntl)
HashTable php_signal_table;