View Issue Details

IDProjectCategoryView StatusLast Update
0000326WackoWikicorepublic2019-09-13 09:45
Reporteradministrator Assigned Toadministrator  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version4.3.rc 
Target Version5.0.betaFixed in Version5.0.beta 
Summary0000326: replace the remaining split() function with preg_split()
DescriptionDeprecated: 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 Reproducefound here:
/actions/linkstree.php
/actions/search.php
/formatters/classes/wackoformatter.php
/handler/page/diff.php

Additional Informationhttp://de.php.net/manual/de/migration53.deprecated.php

http://de.php.net/manual/de/function.preg-split.php
TagsNo tags attached.

Relationships

related to 0000262 resolvedebal replace the remaining ereg() function with preg_match() 
child of 0000345 resolvedadministrator Deprecated features in PHP 5.3.x 

Activities

administrator

2009-10-11 23:47

administrator   ~0000695

Last edited: 2009-10-12 00:15

UPD rev683-685

Issue History

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