I think the service restarts would be fine, not sure though

If you want to make sure you're editing the right php.ini script
Make a phpinfo.php file
and put this in it: <? phpinfo(); ?>

Should show you the php.ini file its running on.

Also i think i had this problem before with Kloxo, instead of editing the php.ini file, i disabled it from kloxo

Not sure if thats what you have though
r4myy Reviewed by r4myy on . How do I disable output buffering in php? I have edited every php.ini file on the server to output_buffering = Off and set the 2 values under it to 0 and for some reason when I run my script it says output buffering is enabled. I tried adding a .htaccess file in the directory and I put php_value output_buffering = Off and it still doesnt work. Does anyone know a way to fix this so I can run my sborg script? lol I have php5 installed and the http service is apache2 Rating: 5