PHP .ini

PHP .ini

Posted by: roguemedia
Posted on: 2007-08-25 21:58:00

I just used the instructions on the Wiki to setup a custom PHP for the .ini. I'm looking to change the timezone to 'America/New_York', and I tried to use time_default_timezone_set('America/New_York') but it only lasts for the length of the session.

Do I not understand how ini works? Isn't there a way to change the timezone permanently?

Something I saw online talked about editing something in /etc with "ln -sf /usr/share/zoneinfo/EST localtime". Would that blow up my account?Edited by roguemedia on 08/25/07 10:36 PM (server time).

Re: PHP .ini

Posted by: roguemedia
Posted on: 2007-08-25 23:06:00

I've resolved this issue, thanks anyway :-)

Re: PHP .ini

Posted by: matttail
Posted on: 2007-08-26 02:34:00

mind posting, for the beneift of others what you did?



--Matttail
art.googlies.net - personal website

Tags: default timezoneserver timelnwikiusr