[PHP-DEV] [PATCH] for proc_close() Bug #17538

2002-06-12 Thread Kim Saunders
> Do a cvs diff -u and post the patch to the list with [PATCH] in the subject; > CC me directly. > I'll try and apply it over the weekend, unless someone else here applies > it for you in the meantime. That would be great :) > Thanks for your extensive testing of proc_open/proc_close :-) No pr

[PHP-DEV] Bug #17538 proc_close() doesn't return exit value of process

2002-06-04 Thread Kim Saunders
Hi, I logged "Bug #17538 proc_close() doesn't return exit value of process" a little while a ago, full details are at http://bugs.php.net/bug.php?id=17538 obviously, but the short summary is that proc_close() doesn't return the exit value of the process, like it's meant to. The bug I logged has a

[PHP-DEV] Bidirectional Pipe

2002-05-19 Thread Kim Saunders
Hi All, I'm writing something in PHP at the moment, and I *really* need bi-directional pipe support, a la IPC::Open2 in Perl. IPC::Open2 works by returning two filehandles to the command to be run, one which can be written to and it goes to the STDIN of the command that gets run, and one that ca