~mythbuntu-dev/mythtv/+git/mythweb:fixes/31

Last commit made on 2021-12-15
Get this branch:
git clone -b fixes/31 https://git.launchpad.net/~mythbuntu-dev/mythtv/+git/mythweb

Branch merges

Branch information

Name:
fixes/31
Repository:
lp:~mythbuntu-dev/mythtv/+git/mythweb

Recent commits

793267a... by Peter Bennett <email address hidden>

Merge branch 'master' into fixes/31

PHP 8 changes merged from master, to support ubuntu 21.10

38bee4a... by Nigel Jewell <email address hidden>

Remove Math. prefix when calling floor.

(cherry picked from commit 1496af542b7e42b53bb0bfff4b50664a199c357b)
Signed-off-by: Peter Bennett <email address hidden>

6a0b013... by Nigel Jewell <email address hidden>

Fix the default vars parameter for calls to the error_handler.

24014e2... by Nigel Jewell <email address hidden>

Suppress warnings that have been elevated in PHP 8.0

6aa52fb... by Nigel Jewell <email address hidden>

Check to ensure that $video->genres is not null before count().

29f6cc9... by Nigel Jewell <email address hidden>

'ASSERT_QUIET_EVAL' constant has been removed in PHP 8.0.

7a52eee... by Nigel Jewell <email address hidden>

Unsupported operand types in '\timestamp + float|int' will cause a PHP 8 TypeError.

dd31468... by Nigel Jewell <email address hidden>

'create_function' was removed in 8.0 PHP version.

ad149ed... by Nigel Jewell <email address hidden>

'get_magic_quotes_gpc' was removed in 8.0 PHP version.

b393995... by Nigel Jewell <email address hidden>

Short opening tag usage.