> 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
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
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