@@ -33,45 +33,6 @@ PHP_RINIT_FUNCTION(pcntl);
33
33
PHP_RSHUTDOWN_FUNCTION (pcntl );
34
34
PHP_MINFO_FUNCTION (pcntl );
35
35
36
- PHP_FUNCTION (pcntl_alarm );
37
- PHP_FUNCTION (pcntl_fork );
38
- PHP_FUNCTION (pcntl_waitpid );
39
- PHP_FUNCTION (pcntl_wait );
40
- PHP_FUNCTION (pcntl_wifexited );
41
- PHP_FUNCTION (pcntl_wifstopped );
42
- PHP_FUNCTION (pcntl_wifsignaled );
43
- #ifdef HAVE_WCONTINUED
44
- PHP_FUNCTION (pcntl_wifcontinued );
45
- #endif
46
- PHP_FUNCTION (pcntl_wexitstatus );
47
- PHP_FUNCTION (pcntl_wtermsig );
48
- PHP_FUNCTION (pcntl_wstopsig );
49
- PHP_FUNCTION (pcntl_signal );
50
- PHP_FUNCTION (pcntl_signal_get_handler );
51
- PHP_FUNCTION (pcntl_signal_dispatch );
52
- PHP_FUNCTION (pcntl_get_last_error );
53
- PHP_FUNCTION (pcntl_strerror );
54
- #ifdef HAVE_SIGPROCMASK
55
- PHP_FUNCTION (pcntl_sigprocmask );
56
- #endif
57
- #ifdef HAVE_STRUCT_SIGINFO_T
58
- # if defined(HAVE_SIGWAITINFO ) && defined(HAVE_SIGTIMEDWAIT )
59
- PHP_FUNCTION (pcntl_sigwaitinfo );
60
- PHP_FUNCTION (pcntl_sigtimedwait );
61
- # endif
62
- #endif
63
- PHP_FUNCTION (pcntl_exec );
64
- #ifdef HAVE_GETPRIORITY
65
- PHP_FUNCTION (pcntl_getpriority );
66
- #endif
67
- #ifdef HAVE_SETPRIORITY
68
- PHP_FUNCTION (pcntl_setpriority );
69
- #endif
70
- PHP_FUNCTION (pcntl_async_signals );
71
- #ifdef HAVE_UNSHARE
72
- PHP_FUNCTION (pcntl_unshare );
73
- #endif
74
-
75
36
struct php_pcntl_pending_signal {
76
37
struct php_pcntl_pending_signal * next ;
77
38
zend_long signo ;
0 commit comments