Skip to content

Commit

Permalink
Merge pull request #126 from barchard/patch-1
Browse files Browse the repository at this point in the history
Check for proc_open
  • Loading branch information
AlexVanderbist authored Dec 29, 2020
2 parents e410c38 + 7220ff5 commit d371b76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Pool.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public static function isSupported(): bool
return
function_exists('pcntl_async_signals')
&& function_exists('posix_kill')
&& function_exists('proc_open')
&& ! self::$forceSynchronous;
}

Expand Down

0 comments on commit d371b76

Please sign in to comment.