Current time: 11-16-2024, 07:15 AM Hello There, Guest! (LoginRegister)


Post Reply 
Updating PHP from 5.2.6 to 5.3.2?
Author Message
sseitz Offline
Junior Member
*

Posts: 17
Joined: Mar 2009
Reputation: 0
Post: #16
RE: Updating PHP from 5.2.6 to 5.3.2?
Quote:Next thing is that the date() throws errors due to default time zone not being set. I decide to set that in the php.ini so it will be applied globally over the whole ispcp gui

Uncomment date.timezone and put your timezone in /var/www/fcgi/master/php5/php.ini
Code:
date.timezone = "America/New_York"

I'ld suggest to set the timezone systemwide for any php process (including cli calls) to avoid potential problems with e.g. cronjobs. Better add this line into a file placed in /etc/php5/conf.d/ like /etc/php5/conf.d/datetimezone.ini
05-19-2010 07:23 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Updating PHP? - gOOvER - 03-29-2010, 05:22 AM
RE: Updating PHP? - s2000tim - 03-29-2010, 05:33 AM
RE: Updating PHP from 5.2.6 to 5.3.2? - sseitz - 05-19-2010 07:23 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)