php-src/ext/pcntl
2019-02-12 10:09:33 +01:00
..
tests Make pid & uid available while handling realtime signals 2019-02-12 10:09:33 +01:00
config.m4 pnctl_signal(): add siginfo to handler args 2016-07-07 09:43:18 -06:00
CREDITS MFH 2008-11-10 06:30:16 +00:00
package.xml Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
pcntl.c Make pid & uid available while handling realtime signals 2019-02-12 10:09:33 +01:00
php_pcntl.h year++ 2018-01-02 12:55:14 +08:00
php_signal.c year++ 2018-01-02 12:55:14 +08:00
php_signal.h year++ 2018-01-02 12:55:14 +08:00
README Sync leading and final newlines in source code files 2018-10-14 12:54:08 +02:00
test-pcntl.php

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 >