smbjorklund / cellproject

Consortium on Electronic Literature (CELL) Drupal installation
http://cellproject.net
0 stars 0 forks source link

phpvideotoolkit library not complient with newer versions of PHP #32

Closed steinmb closed 3 years ago

steinmb commented 3 years ago

PHP 7.3 and newer throw this warning. A warning that in the future will end up as a exception.

Warning: "continue" targeting switch is equivalent to "break". 
Did you mean to use "continue 2"? in 
cellproject.net/cellproject/cellproject.net/modules/contrib/video/libraries/phpvideotoolkit/phpvideotoolkit.php5.php 
on line 2122

Suggested fix

If library is in use update it. If no update available replace library with similar lib.

steinmb commented 3 years ago

Addressed by change

commit 271006a49444ba45aa567d503a40ee7d89b9e167 (HEAD -> main, origin/main, origin/HEAD) Author: Stein Magne Bjorklund steinmb@smbjorklund.com Date: Fri Jun 4 13:42:27 2021 +0200

Remove video and audio -js libraries and modules