flush() in linux

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
anjanesh
DevNet Resident
Posts: 1679
Joined: Sat Dec 06, 2003 9:52 pm
Location: Mumbai, India

flush() in linux

Post by anjanesh »

Before, I couldnt get flush() to work on my Win XP PC (Apache 2.x, PHP 4.x), but with PHP 5.x it works.
Now I cant seem to get it working on my linux box having PHP 4.4.2 when it was before.
I know many use ob_start and ob_flush but I've never used this before and it worked without these on the linux host.

EDIT : Now using FF 1.5.0.3
Post Reply