aboutsummaryrefslogtreecommitdiffstats
path: root/wip/procs
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-09-21 16:25:41 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-09-21 16:25:41 -0700
commit16bcbd8b2159e0cf02c7b111b559d6508e31af57 (patch)
tree423e44931939e2204d156071dc0572438b2011b2 /wip/procs
parentdb89a1eb449d60c02d727f0118919872ceee9be9 (diff)
downloadvolse-hubzilla-16bcbd8b2159e0cf02c7b111b559d6508e31af57.tar.gz
volse-hubzilla-16bcbd8b2159e0cf02c7b111b559d6508e31af57.tar.bz2
volse-hubzilla-16bcbd8b2159e0cf02c7b111b559d6508e31af57.zip
not used in project
Diffstat (limited to 'wip/procs')
-rw-r--r--wip/procs9
1 files changed, 0 insertions, 9 deletions
diff --git a/wip/procs b/wip/procs
deleted file mode 100644
index 369c68529..000000000
--- a/wip/procs
+++ /dev/null
@@ -1,9 +0,0 @@
-You could use proc_open for this:
-
-proc_close(proc_open ("./script.php &", array(), $foo));
-
-The empty array for the output specs prevents opening any pipes to the new
-process, so proc_open doesn't wait for the execution of script.php to
-finish - the last parameter is just there because it has to be.
-proc_close() closes the process immediately, so your PHP script doesn't
-stop. \ No newline at end of file