Re: [PHP] PHP stdout stream

2006-05-15 Thread nicolas figaro
[EMAIL PROTECTED] a écrit : Hello, I've a quite simple question : one of my PHP script executes a Perl script which outputs a lot of text. My wish is to redirect PHP stdout stream to NULL, executing the perl script, and after this make the stdout stream back to normal. I've not found a solution

[PHP] PHP stdout stream

2006-05-15 Thread mickb
Hello, I've a quite simple question : one of my PHP script executes a Perl script which outputs a lot of text. My wish is to redirect PHP stdout stream to NULL, executing the perl script, and after this make the stdout stream back to normal. I've not found a solution in online documentation. Anyon