Re: [PHP-DEV] Bi-directional popen()

2001-03-24 Thread chrisv
On Wed, 21 Mar 2001, Anil Madhavapeddy wrote: This has come up a few times, but is there any chance of having a bi-directional popen() that doesn't depend on the underlying system call supporting it? Hm.. it would be possible to make one that uses socketpair() instead of pipe() to do it's

[PHP-DEV] Bi-directional popen()

2001-03-20 Thread Anil Madhavapeddy
This has come up a few times, but is there any chance of having a bi-directional popen() that doesn't depend on the underlying system call supporting it? It would hugely speed up and clean up a lot of code that interacts with the system, but right now it only works under FreeBSD/BSDi that I