Anonymous | Login | Signup for a new account | 2012-09-13 19:31 PDT |
Main | Blog | My View | View Issues | Change Log | Roadmap | IRC Chat | Repositories | Scrum Board |
View Issue Details [ Jump to Notes ] [ Related Changesets ] | [ Issue History ] [ Print ] | |||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||
061 | Source Integration | [All Projects] General | public | 2009-09-22 07:13 | 2010-01-27 10:15 | |||
Reporter | David Hicks | |||||||
Assigned To | John Reese | |||||||
Priority | high | Severity | major | Reproducibility | always | |||
Status | resolved | Resolution | fixed | |||||
Product Version | ||||||||
Target Version | 0.14 | Fixed in Version | 0.14 | |||||
Summary | 061: split() is deprecated in PHP 5.3.0, use preg_split() instead | |||||||
Description | See http://au2.php.net/manual/en/function.split.php [^] for the deprecation notice. Matches with grep -Rn [^_.]split\( * plugins/Source/Source.FilterAPI.php:263: $t_filter->filters['b.bug_id']->value = ( !is_blank( $f_bug_id ) ? split( '[ ,]', $f_bug_id ) : array() ); plugins/Source/pages/attach.php:25:$t_bug_ids = split( ',', $f_bug_ids ); | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
John Reese (administrator) 2010-01-27 10:15 |
Fix committed to master branch at 2010-01-27 18:06:25. |
![]() |
|||
Source Integration: master 1e904516
Timestamp: 2010-01-27 18:06:25 Author: John Reese Committer: John Reese [ Details ] [ Diff ] |
Fix 061: Replace deprecated split() with explode | ||
mod - Source/pages/attach.php | [ Diff ] [ File ] | ||
mod - Source/Source.FilterAPI.php | [ Diff ] [ File ] | ||
![]() |
|||
Date Modified | Username | Field | Change |
2009-09-22 07:13 | David Hicks | New Issue | |
2009-10-18 16:43 | John Reese | Status | new => acknowledged |
2009-10-18 16:45 | John Reese | Target Version | => 0.16 |
2010-01-27 10:07 | John Reese | Status | acknowledged => assigned |
2010-01-27 10:07 | John Reese | Assigned To | => John Reese |
2010-01-27 10:15 | John Reese | Note Added: 081 | |
2010-01-27 10:15 | John Reese | Status | assigned => resolved |
2010-01-27 10:15 | John Reese | Fixed in Version | => 0.16 |
2010-01-27 10:15 | John Reese | Resolution | open => fixed |
2010-01-27 10:15 | John Reese | Changeset attached | master 1e904516 => |
Copyright © 2000 - 2012 MantisBT Group
Time: 0.1355 seconds. memory usage: 8,327 KB |