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.
 
 
 
 
 
 
foobar 686380b824 Fix test when allow_call_time_pass_reference = Off 24 years ago
..
tests Fix test when allow_call_time_pass_reference = Off 24 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
Makefile.in @Added new experimental module pcntl (Process Control) (Jason) 25 years ago
README Removed space type-o 25 years ago
config.m4 Unified the configure messages. 24 years ago
pcntl.c Some protos fixed. 25 years ago
php_pcntl.h @Added new function pcntl_exec, which behaves similar to execve. 25 years ago
php_signal.c Removed space type-o 25 years ago
php_signal.h Removed space type-o 25 years ago
test-pcntl.php Added wait.h functionality to pcntl 25 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 >