Opencast-Moodle / moodle-block_opencast

Block to manage Opencast publications in moodle
22 stars 27 forks source link

PHP 7 backward compatibility #360

Closed ferishili closed 7 months ago

ferishili commented 7 months ago

This PR fixes #359,

Description

The plugin still offers support for PHP 7.x, therefore using pure PHP 8 functions ends up in fatal errors when using PHP 7 on your installation. The goal of this PR is to replace those functions with more compatible ones.