[dev] Re: [cvs] commit: horde/docs CHANGES horde/lib Horde.php
Anil Madhavapeddy
anil@recoil.org
Sat, 14 Apr 2001 19:12:26 +0100
Jon Parise wrote:
> Good solution. I'm glad someone found the time to address
> that problem programmatically.
I'm just coding up the MIME_Viewer_* framework at the moment, and it
really needs a lot of temporary files.
Really, we need bi-directional pipes in PHP for this kind of stuff. I'm
going to have a look at doing it with socketpair() sometime if noone
else does (I _think_ that's the only reliable way to get them
cross-platform across most unices)
Anil