You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getting a syntax error with PHP 7.3.2, "continue is the same as break in a swtich" the following patch suppresses the error and will work for any version of PHP:
have same with php 7.3.3 but only if resizing from small to larger video:
PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/vendor/buggedcom/phpvideotoolkit/src/PHPVideoToolkit/Mime.php on line 189
getting a syntax error with PHP 7.3.2, "continue is the same as break in a swtich" the following patch suppresses the error and will work for any version of PHP:
The text was updated successfully, but these errors were encountered: