View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000326 | WackoWiki | core | public | 2009-09-18 11:33 | 2019-09-13 09:45 |
| Reporter | administrator | Assigned To | administrator | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.3.rc | ||||
| Target Version | 5.0.beta | Fixed in Version | 5.0.beta | ||
| Summary | 0000326: replace the remaining split() function with preg_split() | ||||
| Description | Deprecated: Function split() is deprecated in php 5.3 / 6. I would recommend exchanging the remaining split() function with preg_split() or explode() is essentially identical when not using a regex. | ||||
| Steps To Reproduce | found here: /actions/linkstree.php /actions/search.php /formatters/classes/wackoformatter.php /handler/page/diff.php | ||||
| Additional Information | http://de.php.net/manual/de/migration53.deprecated.php http://de.php.net/manual/de/function.preg-split.php | ||||
| Tags | No tags attached. | ||||
| related to | 0000262 | resolved | ebal | replace the remaining ereg() function with preg_match() |
| child of | 0000345 | resolved | administrator | Deprecated features in PHP 5.3.x |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2009-09-18 11:33 | administrator | New Issue | |
| 2009-09-18 11:33 | administrator | Issue generated from: 0000262 | |
| 2009-09-18 11:33 | administrator | Relationship added | related to 0000262 |
| 2009-09-18 11:34 | administrator | Summary | replace the remaining ereg() function with preg_match() => replace the remaining split() function with preg_split() |
| 2009-10-05 00:07 | administrator | Description Updated | |
| 2009-10-11 23:47 | administrator | Note Added: 0000695 | |
| 2009-10-12 00:15 | administrator | Note Edited: 0000695 | |
| 2009-10-12 00:16 | administrator | Assigned To | ebal => administrator |
| 2009-10-12 00:16 | administrator | Status | assigned => resolved |
| 2009-10-12 00:16 | administrator | Resolution | open => fixed |
| 2009-10-12 00:16 | administrator | Fixed in Version | => 5.0.0 |
| 2009-10-13 15:58 | administrator | Target Version | 5.0.0 => 5.0.beta |
| 2009-10-13 16:03 | administrator | Fixed in Version | 5.0.0 => 5.0.beta |
| 2009-11-24 12:47 | administrator | Relationship added | parent of 0000345 |
| 2009-11-24 12:55 | administrator | Relationship deleted | parent of 0000345 |
| 2009-11-24 12:56 | administrator | Relationship added | child of 0000345 |
| 2010-03-08 10:12 | administrator | Category | Core => core |
| 2011-05-31 21:24 | administrator | Build | => R5.0.beta |