-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecated curly braces for php7.4 #84
Comments
Yes, a new tag would be nice. |
+1 on a new release. |
For the record: f6f6d0f |
The array and string offset access syntax using curly braces is deprecated. Use $str[$idx] instead of $str{$idx}. RFC: https://wiki.php.net/rfc/deprecate_curly_braces_array_access
We need a new release with this fix |
Can somebody please create the new tag? |
bump |
I'm trying to get h5p to run on php8 so this curly braces issue fix was needed as that's now a fatal error, but now i'm getting over a dozen warnings about |
PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in
/h5p-app/vendor/h5p/h5p-core/h5p.classes.php on line 2747
seems fixed on master but it needs to be tagged
The text was updated successfully, but these errors were encountered: