-
Notifications
You must be signed in to change notification settings - Fork 23
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
PHP 8.4 : Deprecated implicit nullable #61
Comments
This will hit me soon in Debian: https://salsa.debian.org/phpmyadmin-team/sql-parser/-/jobs/6734113#L590 @jrbasso should we drop old PHP versions ? |
I think it's time to drop PHP 7 support. It is still being used by 15% of the installs (https://packagist.org/packages/zumba/json-serializer/php-stats#3), but PHP 7 EOL is over 2 years. Do you want to create a PR? I can create a new major version after the merge. |
Awesome, thank you for the fast reply ! I did drop only until PHP 7.2 for now, you can then release it as a minor version Here you go: #62 |
It's now live on the version 3.2.2. Thank you! |
Hello,
PHP 8.4 shows at least one deprecated :
This is a small correction
But it seems to be a problem as this syntax comes with PHP 7.1 https://www.php.net/manual/en/migration71.new-features.php
and this lib accepts PHP >= 7.0 at this time.
The text was updated successfully, but these errors were encountered: