php-src/ext/pcntl
2019-02-12 10:10:22 +01:00
..
tests Merge branch 'PHP-7.2' into PHP-7.3 2019-02-12 10:10:22 +01:00
config.m4 Replace obsolete AC_TRY_FOO with AC_FOO_IFELSE 2018-07-30 02:36:38 +02:00
CREDITS MFH 2008-11-10 06:30:16 +00:00
pcntl.c Merge branch 'PHP-7.2' into PHP-7.3 2019-02-12 10:10:22 +01:00
php_pcntl.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_signal.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_signal.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
README Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
test-pcntl.php MFB: Fix for #32974 2005-05-07 14:58:12 +00:00

Process Control Module for PHP (pcntl)

This module will attempt to implement all features related to process spawning and
control (fork(), waitpid(), signal(), WIF's, etc). This is extremely experimental,
with hope to become stable on most UNIX's. I greatly apreciate any feedback, fixes,
and or suggestions on how to improve/better implement
this functionality.

Thanks,

Jason Greeme < jason@inetgurus.net / jason@php.net >