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.
 
 
 
 
 
 
Ilia Alshanetsky 38eb52b8a7 Make doer() work. 22 years ago
..
tests - Remove unused blocks 22 years ago
CREDITS @Added new experimental module pcntl (Process Control) (Jason) 25 years ago
EXPERIMENTAL @Added new experimental module pcntl (Process Control) (Jason) 25 years ago
README Removed space type-o 25 years ago
config.m4 Added pcntl_wait, a wraspper around wait()/wait3() 23 years ago
package.xml "The Visa to Sibiria" (work in progress) 23 years ago
pcntl.c typofix (thanks to Mehdi Achour for noticing this) 23 years ago
php_pcntl.h - Happy new year and PHP 5 for rest of the files too.. 23 years ago
php_signal.c - A belated happy holidays and PHP 5 23 years ago
php_signal.h - Happy new year and PHP 5 for rest of the files too.. 23 years ago
test-pcntl.php @Made major improvents to the pcntl extension(Jason): 24 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 >