I migrated to a new hosting place and I turned the value of output_buffering=ON. The previous hosting place had the value of output_buffering=4096. Can I change the value of output_buffering to be a numeric?
You can 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).