Output Buffering in PHP?

SatGuyScott

Active member
Just moved to a new server, and am almost done tweaking things.

I have a question about the Output Buffer setting in PHP. I read some places it should be off, yet more places say it should be on.

The server is only running Xenforo... so would it be beneficial to have it on or off?
 
XF will attempt to disable it automatically via ini_set (making explicit use of output buffering functions where it makes sense), so as long as that works it shouldn't matter too much.
 
Top Bottom