If you change something in PHP, do you have to reboot for it to take effect? Or does PHP check Php.ini on every request?
Depends on how PHP is setup. If you built it as an apache module, you'll have to restart apache. I think that if you are running php as cgi, it will check on the fly. You'll have to double-check that cgi thing, though.