Skip to content

Instantly share code, notes, and snippets.

@jameshibbard
Created January 11, 2013 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jameshibbard/4510427 to your computer and use it in GitHub Desktop.
Save jameshibbard/4510427 to your computer and use it in GitHub Desktop.
Part of php.ini
; Output buffering allows you to send header lines (including cookies) even
; after you send body content, at the price of slowing PHP's output layer a
; bit. You can enable output buffering during runtime by calling the output
; buffering functions. You can also enable output buffering for all files by
; setting this directive to On. If you wish to limit the size of the buffer
; to a certain size - you can use a maximum number of bytes instead of 'On', as
; a value for this directive (e.g., output_buffering=4096).
output_buffering = Off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment