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

MythTV noreply at mythtv.org
Sun Apr 17 13:00:51 UTC 2016


#12731: mythweb uses PHP7 deprecate split() function
--------------------------------------------+-------------------------
     Reporter:  charles.bovy@…              |      Owner:  kormoc
         Type:  Bug Report - Hang/Deadlock  |     Status:  new
     Priority:  minor                       |  Milestone:  unknown
    Component:  Plugin - MythWeb            |    Version:  Unspecified
     Severity:  medium                      |   Keywords:
Ticket locked:  0                           |
--------------------------------------------+-------------------------
 Function split() is not available in PHP7 anymore, and being replaced by
 preg_split().

 For instance used in:
 http://backend/mythweb/settings/mythweb/flvplayer stops while configuring
 flvplayer

 but there are probably more places to replace deprecated functions.
 See patch for one occassion to get flvplayer working.

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


More information about the mythtv-commits mailing list