mirror of
https://github.com/php/php-src.git
synced 2026-04-13 11:02:55 +02:00
Conflicts: ext/ftp/ftp.h ext/pcre/pcrelib/pcre_printint.c ext/pcre/pcrelib/sljit/sljitLir.c ext/pcre/pcrelib/sljit/sljitLir.h ext/pcre/pcrelib/sljit/sljitNativeARM_32.c ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c ext/pgsql/pgsql.c ext/phar/func_interceptors.c ext/soap/soap.c ext/standard/image.c
17 lines
434 B
Plaintext
17 lines
434 B
Plaintext
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 >
|
|
|
|
|
|
|
|
|
|
|