In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
1408 [In-Portal CMS] Data Management bug report always 2012-09-27 07:26 2012-09-27 08:19
alex  
alex  
normal  
resolved 5.2.0  
fixed  
 
none 5.2.1-B1  
https://groups.google.com/d/topic/in-portal-bugs/dkzeBBEyl14/discussion
Fixes warning from incorrect mktime() usage
1
0001408: Usage of mktime() function with no arguments
I've found 2 places, where mktime() function was used without any argument passed. Since PHP 5.1 this triggers E_STRICT warning.
patch mktime_usage_fix_core.patch (641) 2012-09-27 07:26
http://tracker.in-portal.org/file_download.php?file_id=1807&type=bug
patch mktime_usage_fix_modules.patch (605) 2012-09-27 07:26
http://tracker.in-portal.org/file_download.php?file_id=1808&type=bug
Issue History
2012-09-27 08:19 alex Note Added: 0005191
2012-09-27 08:19 alex Status reviewed and tested => resolved
2012-09-27 08:19 alex Fixed in Version => 5.2.1-B1
2012-09-27 08:19 alex Resolution open => fixed
2012-09-27 08:19 alex Assigned To !COMMUNITY => alex
2012-09-27 08:19 alex Changeset attached 5.2.x r15548
2012-09-27 08:15 alex Changeset attached 5.2.x r15547
2012-09-27 08:13 alex Note Added: 0005190
2012-09-27 08:13 alex Status needs testing => reviewed and tested
2012-09-27 08:11 alex Assigned To => !COMMUNITY
2012-09-27 08:11 alex Developer => alex
2012-09-27 08:11 alex Status active => needs testing
2012-09-27 08:11 alex Reference => https://groups.google.com/d/topic/in-portal-bugs/dkzeBBEyl14/discussion
2012-09-27 07:26 alex File Added: mktime_usage_fix_modules.patch
2012-09-27 07:26 alex File Added: mktime_usage_fix_core.patch
2012-09-27 07:26 alex New Issue
2012-09-27 07:26 alex Change Log Message => Fixes warning from incorrect mktime() usage
2012-09-27 07:26 alex Estimate Points => 1

Notes
(0005190)
alex   
2012-09-27 08:13   
Will test all together later.
(0005191)
alex   
2012-09-27 08:19   
Fix committed to 5.2.x branch. Commit Message:

Fixes 0001408: Usage of mktime() function with no arguments