[PHP] Re: ob_start: Capturing STDOUT and STDERR

2008-03-23 Thread Jonesy
On Sun, 23 Mar 2008 18:08:19 -0700, Greg Sims wrote: > Hey There, > > I looked at the ob_start manual and found a segment of code that can be used > to capture the output of a shell script and place it into a log file. One > of the entries indicates this should work for both STDOUT and STDERR > (2

[PHP] Re: ob_start and ob_get_contents buffering problem

2005-10-07 Thread Dasdan
Thanks a lot Petr !! "Petr Smith" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Dasdan wrote: >> question: >> I try to buffer the output of the 'system/views/main.php' into $contents. >> and then do a print. >> Problem is that the contents of the system/views/main.php are printed

[PHP] Re: ob_start and ob_get_contents buffering problem

2005-10-07 Thread Petr Smith
Dasdan wrote: question: I try to buffer the output of the 'system/views/main.php' into $contents. and then do a print. Problem is that the contents of the system/views/main.php are printed 2 times. Someone who can explain me? following the contents of testfile.php and main.php, php.ini settings c

[PHP] Re: ob_start strangness

2003-01-24 Thread Serge Paquin
Ok. It was a late night. A fresh morning helped me solve my own problem. I was using ob_end_clean rather than ob_end_flush. I though I was going crazy! Serge. In article <[EMAIL PROTECTED]>, "Serge Paquin" <[EMAIL PROTECTED]> wrote: > Hello, > > I am trying to get ob_start to work the

[PHP] Re: ob_start('gz_handler') and session_start()

2002-06-05 Thread Jason Caldwell
I should add, that I also tried the code with session_start() first, then ob_start('gz_handler') -- neither way worked. Jason "Jason Caldwell" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Is there a way to make ob_start('gz_handler') work with session_star

[PHP] Re: ob_start()

2001-09-04 Thread _lallous
Not really! There was a column on PHPBuilder.com, check it out. "Jeroen Olthof" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Can I increase speed by using this to buffer output ? > > kind regards > Jeroen Olthof > > -- PHP General Mailing List (http://