We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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: Array and string offset access syntax with curly braces is deprecated in /app/modules/contrib/devel/lib/firephp/FirePHP.class.php
I'm guessing it's this library: https://github.com/firephp/firephp-core
The text was updated successfully, but these errors were encountered:
We should probably update that library. I'd love some help with this one.
Sorry, something went wrong.
It looks like the library is already up-to-date. The problem has to get fixed upstream.
Their issue re curly braces: firephp/firephp-core#67
They have other PHP 8.+ related issues, too.
That library hasn't been touched in 3 years. Maybe it's time to just fork it for this project.
There's a single use of assert_options() in FirePHP::registerAssertionHandler() in FirePHP.class.php, and that function has been deprecated in php8.3. See https://www.php.net/manual/en/function.assert-options.php and related D10.2 change record.
assert_options()
FirePHP::registerAssertionHandler()
FirePHP.class.php
No branches or pull requests
I'm guessing it's this library: https://github.com/firephp/firephp-core
The text was updated successfully, but these errors were encountered: