We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d3cd20 commit 3a6f211Copy full SHA for 3a6f211
composer.json
@@ -26,6 +26,7 @@
26
},
27
"require": {
28
"php": "^8.3",
29
+ "ext-pcntl": "*",
30
"psr/log": "^3.0"
31
32
"require-dev": {
src/Worker/Worker.php
@@ -35,6 +35,7 @@
35
use function ob_start;
36
use function pcntl_fork;
37
use function posix_get_last_error;
38
+use function pcntl_waitpid;
39
use function posix_kill;
40
use function restore_error_handler;
41
use function set_error_handler;
0 commit comments