php-src/ext/pcntl
2019-03-12 14:15:47 +03:00
..
tests Implement pcntl_unshare 2019-02-18 19:20:18 +00:00
config.m4 Switch to use ZTS cache 2019-03-12 14:15:47 +03:00
CREDITS MFH 2008-11-10 06:30:16 +00:00
pcntl.c Switch to use ZTS cache 2019-03-12 14:15:47 +03:00
php_pcntl.h Switch to use ZTS cache 2019-03-12 14:15:47 +03:00
php_signal.c Remove local variables 2019-02-03 21:03:00 +01:00
php_signal.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
README Sync leading and final newlines in source code files 2018-10-14 12:56:38 +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 >