-
Type: Bug Report
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.2.0
-
Fix Version/s: 5.2.1-B1
-
Component/s: PHP Compatibility
-
Labels:None
-
External issue URL:
-
Additional information:
-
Change Log Message:Fixes timezone setting problem in PHP 5.4
-
Story Points:1
-
External issue ID:1431
-
Copy Issue Key:
-
Patch Instructions:
We should use date_default_timezone_set($timezone) function instead of putenv('TZ=' . $timezone); because this no longer works in PHP 5.4.