Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.6: Set default time zone for PHP in Snow Leopard' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.6: Set default time zone for PHP in Snow Leopard
Authored by: schutt on Sep 08, '09 10:39:21AM
It is better to first copy the file from /etc/php.ini.default to /etc/php.ini before editing it. This way you always have the default in case you make a mistake. The default (at least on my computer) has the timezone line commented out with a ";", so don't forget to remove the ";" if you want to actually change it.

[ Reply to This | # ]