php-src/ext/pcntl
Peter Kokot 9df6a1e4dd Add AS_HELP_STRING to *nix build configure options
The Autoconf's default AS_HELP_STRING macro can properly format help
strings [1] so watching out if columns are aligned manually is not
anymore.

[1] https://www.gnu.org/software/autoconf/manual/autoconf.html#Pretty-Help-Strings
2019-03-07 20:36:59 +01:00
..
tests Implement pcntl_unshare 2019-02-18 19:20:18 +00:00
config.m4 Add AS_HELP_STRING to *nix build configure options 2019-03-07 20:36:59 +01:00
CREDITS MFH 2008-11-10 06:30:16 +00:00
pcntl.c Reinstall pcntl tick handler on each request (it cleared after the first request). 2019-02-20 22:36:51 +03:00
php_pcntl.h Implement pcntl_unshare 2019-02-18 19:20:18 +00: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 >