PDA

View Full Version : Optional output buffering setting


JBJBJB
11-26-2005, 02:49 PM
Hello,

I am currently programming on a plugin that performs some advanced actions. Therefore it requires PHP Output Buffering to be switched to On. Since that is a PHP Server setting, I can ofcourse enable that for all sites but I prefer to have a little more control over it.

For now, I hacked it into the index.php page of my Subdreamer installation by adding

ob_start();

at line 11. That works but I would like to have a setting that is supported in future versions of Subdreamer as well. I think about some setting in the config.php file which is false by default (to prevent perhaps breaking current code).

Thanks in advance,
Jeroen