Home
last modified time | relevance | path

Searched refs:pcntl (Results 1 – 25 of 25) sorted by relevance

/PHP-5.5/ext/pcntl/
H A Dconfig.m45 PHP_ARG_ENABLE(pcntl, whether to enable pcntl support,
6 [ --enable-pcntl Enable pcntl support (CLI/CGI only)])
9 …AC_CHECK_FUNCS(fork, [ AC_DEFINE(HAVE_FORK,1,[ ]) ], [ AC_MSG_ERROR(pcntl: fork() not supported by…
10 …AC_CHECK_FUNCS(waitpid, [ AC_DEFINE(HAVE_WAITPID,1,[ ]) ], [ AC_MSG_ERROR(pcntl: waitpid() not sup…
11 …AC_CHECK_FUNCS(sigaction, [ AC_DEFINE(HAVE_SIGACTION,1,[ ]) ], [ AC_MSG_ERROR(pcntl: sigaction() n…
13 PHP_NEW_EXTENSION(pcntl, pcntl.c php_signal.c, $ext_shared, cli)
H A Dphp_pcntl.h27 PHP_MINIT_FUNCTION(pcntl);
28 PHP_MSHUTDOWN_FUNCTION(pcntl);
29 PHP_RINIT_FUNCTION(pcntl);
30 PHP_RSHUTDOWN_FUNCTION(pcntl);
31 PHP_MINFO_FUNCTION(pcntl);
67 ZEND_BEGIN_MODULE_GLOBALS(pcntl)
73 ZEND_END_MODULE_GLOBALS(pcntl)
H A DCREDITS1 pcntl
H A Dpcntl.c182 PHP_MINIT(pcntl),
183 PHP_MSHUTDOWN(pcntl),
184 PHP_RINIT(pcntl),
185 PHP_RSHUTDOWN(pcntl),
186 PHP_MINFO(pcntl),
188 PHP_MODULE_GLOBALS(pcntl),
189 PHP_GINIT(pcntl),
196 ZEND_GET_MODULE(pcntl)
491 PHP_RINIT_FUNCTION(pcntl) in PHP_RINIT_FUNCTION() argument
498 PHP_MINIT_FUNCTION(pcntl) in PHP_MINIT_FUNCTION() argument
[all …]
H A DREADME1 Process Control Module for PHP (pcntl)
/PHP-5.5/ext/pcntl/tests/
H A D003.phpt2 pcntl: SIG_BLOCK, SIG_UNBLOCK, SIG_SETMASK
5 if (!extension_loaded('pcntl')) die('skip pcntl extension not available');
H A Dpcntl_fork_basic.phpt9 if (!extension_loaded('pcntl')) die('skip pcntl extension not available');
H A Dpcntl_fork_variation.phpt9 if (!extension_loaded('pcntl')) die('skip pcntl extension not available');
H A D002.phpt2 pcntl: pcntl_sigprocmask(), pcntl_sigwaitinfo(), pcntl_sigtimedwait()
5 if (!extension_loaded('pcntl')) die('skip pcntl extension not available');
H A Dpcntl_get_last_error.phpt5 if (!extension_loaded("pcntl")) print "skip";
H A D001.phpt2 Test pcntl wait functionality
5 if (!extension_loaded("pcntl")) print "skip";
H A Dpcntl_exec.phpt5 if (!extension_loaded("pcntl")) print "skip";
H A Dbug47566.phpt4 <?php if (!extension_loaded("pcntl")) print "skip"; ?>
H A Dpcntl_exec_3.phpt4 <?php if (!extension_loaded("pcntl")) print "skip"; ?>
H A Dpcntl_exec_2.phpt6 if (!extension_loaded("pcntl")) print "skip";
H A Dsignal_closure_handler.phpt5 if (!extension_loaded("pcntl")) print "skip";
H A Dpcntl_signal_dispatch.phpt5 if (!extension_loaded("pcntl")) print "skip";
H A Dpcntl_signal.phpt4 <?php if (!extension_loaded("pcntl")) print "skip"; ?>
H A Dpcntl_wait.phpt4 <?php if (!extension_loaded("pcntl")) print "skip"; ?>
/PHP-5.5/ext/openssl/tests/
H A Dbug46127.phpt6 if (!extension_loaded("pcntl")) die("skip, pcntl required");
H A Dbug48182.phpt6 if (!extension_loaded("pcntl")) die("skip, pcntl required");
/PHP-5.5/ext/posix/tests/
H A Dposix_errno_variation2.phpt10 if(!extension_loaded("pcntl")) print "skip - PCNTL extension required";
/PHP-5.5/travis/
H A Dcompile.sh44 --enable-pcntl \
/PHP-5.5/
H A DEXTENSIONS459 EXTENSION: pcntl
H A DNEWS5892 - Improved pcntl extension: (Arnaud)
6130 - Fixed bug #47816 (pcntl tests failing on NetBSD). (Matteo)
8488 - Fixed bug #37635 (parameter of pcntl signal handler is trashed). (Mike)

Completed in 64 milliseconds