Opened 9 years ago
Closed 9 years ago
#12941 closed Patch - Bug Fix (Fixed)
mythweb on php7 has not working video streaming
| Reported by: | 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)
Change History (3)
by , 9 years ago
| Attachment: | 0032-mythweb-fix-flv_settings_php7_compat.patch added |
|---|
comment:1 by , 9 years ago
| Milestone: | unknown → 0.28.1 |
|---|
Note:
See TracTickets
for help on using tickets.

patch