I can't make them work under Windows:
Fatal error: Call to undefined function: ob_flush() in...
What's the DLL I have to include ? I search for the php.ini file and I can't find any "output.dll"
Thanks
Did you read my other reply?
don't use ob_flush. The version info on this specifically states it's only available in the CVS version of PHP (e.g., development builds)
Use ob_end_flush();