enscript

Anil Madhavapeddy anil@recoil.org
Mon, 19 Mar 2001 01:42:23 -0000


I have enscript support working locally (to pretty print checked out files).

Unfortunately, it's done via temporary files atm, which is clunky.

Does anyone know if PHP4 supports cross-platform bi-directional pipes?
I know FreeBSD/PHP4 does, but it depends on the underlying popen()
call.  Perl allows any platform to do this, I believe.

(I'll ask on php-dev, but just wanted to make sure I'm not missing the
obvious first).

Anil