From 3b3ec06ee7a9c31508377a618dd2f51f40cfa512 Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Tue, 4 Jun 2002 15:51:25 +0000 Subject: Added function pcntl_alarm(). @- Added pctnl_alarm() function. (Edin) --- ext/pcntl/php_pcntl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/pcntl/php_pcntl.h') diff --git a/ext/pcntl/php_pcntl.h b/ext/pcntl/php_pcntl.h index c555cb5441..f06cbcddf2 100644 --- a/ext/pcntl/php_pcntl.h +++ b/ext/pcntl/php_pcntl.h @@ -39,6 +39,7 @@ PHP_RINIT_FUNCTION(pcntl); PHP_RSHUTDOWN_FUNCTION(pcntl); PHP_MINFO_FUNCTION(pcntl); +PHP_FUNCTION(pcntl_alarm); PHP_FUNCTION(pcntl_fork); PHP_FUNCTION(pcntl_waitpid); PHP_FUNCTION(pcntl_wifexited); -- cgit v1.2.1