[mythtv-commits] Ticket #12731: mythweb uses PHP7 deprecate split() function

MythTV noreply at mythtv.org
Tue Jan 17 09:57:34 UTC 2017


#12731: mythweb uses PHP7 deprecate split() function
----------------------------------+-----------------------------
 Reporter:  charles.bovy@…        |          Owner:  stuarta
     Type:  Bug Report - General  |         Status:  closed
 Priority:  minor                 |      Milestone:  0.28.1
Component:  Plugin - MythWeb      |        Version:  Master Head
 Severity:  medium                |     Resolution:  fixed
 Keywords:                        |  Ticket locked:  0
----------------------------------+-----------------------------
Changes (by Charles Bovy <charles.bovy@…>):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"42ea1a1d20fc2ca1cddac3f851b17d1c8cdda465/mythweb"]:
 {{{
 #!CommitTicketReference repository="mythweb"
 revision="42ea1a1d20fc2ca1cddac3f851b17d1c8cdda465"
 [mythweb] Remove/changed some deprecated PHP7 functions:
 * split() by preg_split()
 * eregi() by preg_match()
 * mysql_*() by mysqli_*()
 * PHP4 constructors (http://cweiske.de/tagebuch/php4-constructors-
 php7.htm)

 Fixes #12731

 Signed-off-by: Stuart Auchterlonie <stuarta at mythtv.org>
 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12731#comment:4>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list