[29-jan-2010 01:27:28] php warning: phpinfo(): it is not safe to rely on the system's timezone settings. you are *required* to use the date.timezone setting or the date_default_timezone_set() function. in case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. we selected 'utc' for '8.0/no dst' instead in e:\www\index.php on line 2
根据提示,是php.ini中关于时区的设置问题。
查找一下:
date.timezone = ?如果是 ;date.timezone = ?去掉前面的;号。
=号后面的值可以设置为:prc、asia/chongqing、asia/shanghai或asia/urumqi等试试。
如果是港台地区可以设置为:asia/macao 、asia/hong_kong 或asia/taipei 等试试。
格式如:
date.timezone = prc
