Opened 7 years ago

Closed 7 years ago

#12941 closed Patch - Bug Fix (Fixed)

mythweb on php7 has not working video streaming

Reported by: warpme@… Owned by: Stuart Auchterlonie
Priority: minor Milestone: 0.28.1
Component: Plugin - MythWeb Version: Master Head
Severity: medium Keywords: video streaming
Cc: Ticket locked: no

Description

since PHP5.3 manual says "Warning SPLIT function has been DEPRECATED as of PHP 5.3.0. Relying on this feature is highly discouraged". On PHP7 it stopped to work al all. As result - on systems with PHP7, mythweb's Video Streaming in Settings disappeared. Attached patch changes split() to explode() and makes this option working OK again.

Attachments (1)

0032-mythweb-fix-flv_settings_php7_compat.patch (1.1 KB) - added by warpme@… 7 years ago.
patch

Download all attachments as: .zip

Change History (3)

Changed 7 years ago by warpme@…

patch

comment:1 Changed 7 years ago by Stuart Auchterlonie

Milestone: unknown0.28.1

comment:2 Changed 7 years ago by Stuart Auchterlonie

Resolution: Fixed
Status: newclosed

This was fixed in #12731

Note: See TracTickets for help on using tickets.