In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
974 [In-Portal CMS] Data Management bug report always 2011-01-25 04:30 2011-03-30 09:53
alex  
alex  
normal  
closed 5.1.2-B1  
fixed  
 
none 5.1.2-B2  
https://groups.google.com/d/topic/in-portal-dev/ZRrPFyNci7o/discussion
Fixes warnings during date operations on PHP 5.3
0
0000974: Several warnings from adodb time library, while used on PHP 5.3
We have several warnings
PHP5 Depricated: mktime() [function.mktime]: The is_dst parameter is deprecated in \core\kernel\utility\adodb-time.inc.php on line 143
PHP5 Depricated: gmmktime() [function.gmmktime]: The is_dst parameter is deprecated in \core\kernel\utility\adodb-time.inc.php on line 143

when date formatter converts dates from user input to timestamps.
patch is_dst_warning_fix_in_adodb_library.patch (614) 2011-01-25 04:30
http://tracker.in-portal.org/file_download.php?file_id=917&type=bug
Issue History
2011-03-30 09:53 Dmitry Note Added: 0003327
2011-03-30 09:53 Dmitry Status resolved => closed
2011-02-15 11:00 alex Note Added: 0003262
2011-02-15 11:00 alex Status reviewed and tested => resolved
2011-02-15 11:00 alex Fixed in Version => 5.1.2-B2
2011-02-15 11:00 alex Resolution open => fixed
2011-02-15 11:00 alex Assigned To !COMMUNITY => alex
2011-02-15 11:00 alex Changeset attached 5.1.x r14203
2011-02-15 10:59 alex Changeset attached 5.2.x r14202
2011-02-15 09:42 Dmitry Note Added: 0003249
2011-02-15 09:42 Dmitry Target Version Icebox => 5.1.2
2011-01-28 07:14 Dmitry Note Added: 0003215
2011-01-28 07:14 Dmitry Status needs testing => reviewed and tested
2011-01-25 04:32 alex Note Added: 0003209
2011-01-25 04:32 alex Assigned To => !COMMUNITY
2011-01-25 04:32 alex Developer => alex
2011-01-25 04:32 alex Status active => needs testing
2011-01-25 04:30 alex New Issue
2011-01-25 04:30 alex File Added: is_dst_warning_fix_in_adodb_library.patch
2011-01-25 04:30 alex Reference => https://groups.google.com/d/topic/in-portal-dev/ZRrPFyNci7o/discussion
2011-01-25 04:30 alex Change Log Message => Fixes warnings during date operations on PHP 5.3

Notes
(0003209)
alex   
2011-01-25 04:32   
To test:
1. open agent edit page
2. hit "debug next page" on "Zend Studio Toolbar"
3. click on "Save" toolbar button

See that described warnings happens.
(0003215)
Dmitry   
2011-01-28 07:14   
Tested good.
(0003249)
Dmitry   
2011-02-15 09:42   
Moved to 5.1.2
(0003262)
alex   
2011-02-15 11:00   
Fix committed to 5.1.x branch. Commit Message:

Fixes 0000974: Several warnings from adodb time library, while used on PHP 5.3
(0003327)
Dmitry   
2011-03-30 09:53   
Closing, since 5.1.2 release has been released.