<title>Questions about PHP Mantis error after upgrading from 5.2 to 5.4-PHP</title>
Home Page
- Web Development
- Android
- J2ee
- Php
- Linux/unix
- Mysql
- C#
- More...
Current Location: Code»php» about PHP upgrade from 5.2 to 5.4 after mantis error related questions
About PHP Mantis error after upgrading from 5.2 to 5.4
Www.MyException.Cn, Netizens share in: 2014-06-30 views: 3 times
About PHP Mantis error after upgrading from 5.2 to 5.4
Mantis version 1.1.8, after upgrading PHP version page error:
System Warning:date (): It is not safe for rely on the system ' s timezone settings. You is *required* to use the Date.timezone setting or the Date_default_timezone_set () function. In case you used any of those methods and you is still getting this warning, your most likely misspelled the timezone Iden Tifier. We selected the timezone ' UTC ' for now, but please set Date.timezone to select your timezone.
The workaround is also simple, modify the configuration file php.ini set the time zone section:
[Date]
; Defines the default timezone used by the date functions
Date.timezone = Asia/shanghai