We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f953bd9 commit 8ac8ec4Copy full SHA for 8ac8ec4
ext/pcntl/pcntl.c
@@ -153,7 +153,7 @@ zend_module_entry pcntl_module_entry = {
153
"pcntl",
154
ext_functions,
155
PHP_MINIT(pcntl),
156
- PHP_MSHUTDOWN(pcntl),
+ NULL,
157
PHP_RINIT(pcntl),
158
PHP_RSHUTDOWN(pcntl),
159
PHP_MINFO(pcntl),
@@ -220,11 +220,6 @@ PHP_MINIT_FUNCTION(pcntl)
220
return SUCCESS;
221
}
222
223
-PHP_MSHUTDOWN_FUNCTION(pcntl)
224
-{
225
- return SUCCESS;
226
-}
227
-
228
PHP_RSHUTDOWN_FUNCTION(pcntl)
229
{
230
struct php_pcntl_pending_signal *sig;
0 commit comments