FAQ > PHP
Activating Output Buffering
- Start MAMP PRO
- Select File -> Edit Template -> PHP (php.ini) -> PHP x.x.x
- Search this line
output_buffering = Off
- Change
Off
toOn
or to a maximum number of bytes instead (for example4096
) - Save the file
- Start servers