You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jani Taskinen ae3433a77f - Fix the cleanup routine (it is not very nice to delete everything..) 17 years ago
..
tests Fix return value of pcntl_wextistatus() (fixes #47566, 17 years ago
CREDITS credits 18 years ago
README Removed space type-o 25 years ago
config.m4 not experimental anymore 18 years ago
package.xml Typo 20 years ago
pcntl.c Fix return value of pcntl_wextistatus() (fixes #47566, 17 years ago
php_pcntl.h - This is PHP 6 - if this ... ever gets out 17 years ago
php_signal.c - This is PHP 6 - if this ... ever gets out 17 years ago
php_signal.h - This is PHP 6 - if this ... ever gets out 17 years ago
test-pcntl.php MFB: Fix for #32974 21 years ago

README

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 extremly 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 >