xref: /PHP-5.5/ext/pcntl/README (revision 2b1fe64d)
1Process Control Module for PHP (pcntl)
2
3This module will attempt to implement all features related to process spawning and
4control (fork(), waitpid(), signal(), WIF's, etc). This is extremly experimental,
5with hope to become stable on most UNIX's. I greatly apreciate any feedback, fixes,
6and or suggestions on how to improve/better implement
7this functionality.
8
9Thanks,
10
11Jason Greeme < jason@inetgurus.net / jason@php.net >
12
13
14
15
16
17