← Back to team overview

mahara-contributors team mailing list archive

[Bug 1079451] Re: split function is deprecated but still used

 

According to the tip on PHP.net, split() will be replaced by explode()
if using a string as a delimiter and by preg_split() if using regular
expression

** Changed in: mahara
     Assignee: (unassigned) => Son Nguyen (ngson2000)

** Changed in: mahara
       Status: Triaged => In Progress

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/1079451

Title:
  split function is deprecated but still used

Status in Mahara ePortfolio:
  In Progress

Bug description:
  http://php.net/manual/en/function.split.php

  One example is htdocs/lib/mahara.php line 1046

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1079451/+subscriptions


References