PHP / Gallery: working around output_buffering?
Posted by: blearyeyed
Posted on: 2006-07-11 02:25:00
When installing Gallery 2, during system checks, I get this warning:
"Output buffering is enabled in your php by the output_buffering parameter(s) in php.ini. Gallery can function with this setting [...] but Gallery might be unable to serve large files [...] some features like the progress bars might not work correctly [...]"
I do indeed see that progress bars don't work; when I start a long server operation, I have to wait at the page from which I started the operation until it completes. That's a bit annoying.
I'm not very familiar with PHP yet. Does anyone know if there's a way to override php.ini directives in a way similar to .htaccess files? Failing that, does anyone know why DH has disbled output_buffering, which seems to be a change from the PHP defaults?
TIA.