summaryrefslogtreecommitdiff
path: root/ext/pcntl/README
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcntl/README')
-rw-r--r--ext/pcntl/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pcntl/README b/ext/pcntl/README
index 7b80924e49..34313b2040 100644
--- a/ext/pcntl/README
+++ b/ext/pcntl/README
@@ -1,8 +1,8 @@
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,
+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.