In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
1431 [In-Portal CMS] Data Management bug report always 2012-11-05 10:56 2012-11-07 07:50
alex  
alex  
normal  
resolved 5.2.0  
fixed  
 
none 5.2.1-B1  
https://groups.google.com/d/topic/in-portal-bugs/sUl43axkZdQ/discussion
Fixes timezone setting problem in PHP 5.4
1
0001431: Change timezone changing code (PHP 5.4 compatibility)
We should use date_default_timezone_set($timezone) function instead of putenv('TZ=' . $timezone); because this no longer works in PHP 5.4.
See http://lv.php.net/manual/en/migration54.incompatible.php for more information.
patch timezone_sending_code_1431.patch (629) 2012-11-07 04:54
http://tracker.in-portal.org/file_download.php?file_id=1850&type=bug
Issue History
2012-11-07 07:50 alex Note Added: 0005271
2012-11-07 07:50 alex Status reviewed and tested => resolved
2012-11-07 07:50 alex Fixed in Version => 5.2.1-B1
2012-11-07 07:50 alex Resolution open => fixed
2012-11-07 07:50 alex Assigned To !COMMUNITY => alex
2012-11-07 07:50 alex Changeset attached 5.2.x r15616
2012-11-07 07:49 alex Note Added: 0005270
2012-11-07 07:49 alex Assigned To => !COMMUNITY
2012-11-07 07:49 alex Status needs testing => reviewed and tested
2012-11-07 04:56 erik Note Added: 0005258
2012-11-07 04:56 erik Developer => erik
2012-11-07 04:56 erik Status active => needs testing
2012-11-07 04:54 erik File Added: timezone_sending_code_1431.patch
2012-11-05 10:56 alex New Issue
2012-11-05 10:56 alex Reference => https://groups.google.com/d/topic/in-portal-bugs/sUl43axkZdQ/discussion
2012-11-05 10:56 alex Change Log Message => Fixes timezone setting problem in PHP 5.4
2012-11-05 10:56 alex Estimate Points => 1

Notes
(0005258)
erik   
2012-11-07 04:56   
Done, needs testing
(0005270)
alex   
2012-11-07 07:49   
OK
(0005271)
alex   
2012-11-07 07:50   
Fix committed to 5.2.x branch. Commit Message:

Fixes 0001431: Change timezone changing code (PHP 5.4 compatibility)
Commit on behalf of Erik