Re: [PHP] Problems with Caching

2002-11-18 Thread Adam Humphrey
code: > Working... > flush(); > sleep ( 10 ); > ?> > > -- > Maxim Maletsky > [EMAIL PROTECTED] > > > > "Adam Humphrey" <[EMAIL PROTECTED]> wrote... : > > > When I upgraded to 4.2.3 from 4.2.2 I no longer am able to see HTML before > > PHP c

[PHP] Problems with Caching

2002-11-18 Thread Adam Humphrey
When I upgraded to 4.2.3 from 4.2.2 I no longer am able to see HTML before PHP code that takes a while to process. I made sure that I've set "output_buffering =off" but I still have this problem. When I hit the page with the following code on my server, it will wait 10 secs before it displays any

[PHP] Problem with 4.2.3?

2002-11-01 Thread Adam Humphrey
I just upgraded my PHP from 4.2.2 to 4.2.3 and now I have a problem. Right now I have some HTML with included PHP. When the client opens a page with PHP and HTML it used to (under 4.2.2) display all the HTML before the PHP and then process the PHP and finally (when processing completed) finish th