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
I've been trying to hunt down the source of a series of PHP Warnings I get that targets the h5p.classes.php file of the H5p dependency. The warning I get is:
PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /vendor/h5p/h5p-core/h5p.classes.php on line 2747
Deprecated: Array and string offset access syntax with curly braces is deprecated in /vendor/h5p/h5p-core/h5p.classes.php on line 2747
Hey gang:
I've been trying to hunt down the source of a series of PHP Warnings I get that targets the h5p.classes.php file of the H5p dependency. The warning I get is:
PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /vendor/h5p/h5p-core/h5p.classes.php on line 2747
Deprecated: Array and string offset access syntax with curly braces is deprecated in /vendor/h5p/h5p-core/h5p.classes.php on line 2747
Where is my site's directory.
I was able to track this warning's root cause down to how it works with PHP 7.4. This warning appears to have been patched last year:
https://github.com/h5p/h5p-php-library/commits?author=stronk7
However, that fix was not included in the 1.24.0 release, but it is in master.
I'm hoping that you can cut a 1.24.1 so I can get rid of this nuisance.
The text was updated successfully, but these errors were encountered: