1
0
mirror of https://github.com/danog/parallel.git synced 2024-11-27 04:44:56 +01:00
parallel/lib
Pieter Hordijk 8e6def047e Fixes the constant used
`\PHP_BINARY` will never give phpdbg, but always the full path to the
binary. You meant to use `\PHP_SAPI` here too just like on the previous
line.
2017-07-26 20:16:47 +02:00
..
Forking Quite style fixer 2017-07-20 23:58:13 -05:00
Process Fixes the constant used 2017-07-26 20:16:47 +02:00
Sync Quite style fixer 2017-07-20 23:58:13 -05:00
Threading Quite style fixer 2017-07-20 23:58:13 -05:00
Worker Do not start global pool until used 2017-07-17 22:54:14 -05:00
Context.php Update for async-interop merge and other Amp changes 2017-03-16 17:03:59 -05:00
ContextException.php Apply Amp's code style 2017-05-18 09:51:31 +02:00
PanicError.php Allow mixed for exception codes, because PDO 2017-06-28 12:41:59 +02:00
Process.php Drop strict types 2016-12-29 19:16:04 -06:00
StatusError.php Apply Amp's code style 2017-05-18 09:51:31 +02:00
Strand.php Apply Amp's code style 2017-05-18 09:51:31 +02:00
SynchronizationError.php Apply Amp's code style 2017-05-18 09:51:31 +02:00