Skip to content
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

Still doing releases for php5? #89

Open
danmcadams opened this issue Jan 13, 2022 · 2 comments
Open

Still doing releases for php5? #89

danmcadams opened this issue Jan 13, 2022 · 2 comments

Comments

@danmcadams
Copy link

We're on PHP8.1 now and there are deprecation warnings abound! Why are you still generating code for PHP 5?

@TechN8
Copy link

TechN8 commented Aug 25, 2022

Second this, most of the warnings are due to implementing the ArrayAccess interface and not matching the return type on the function signatures. Would be nice to have these warnings gone, but would bump min PHP version to 7.

@russjudge
Copy link

PHP 5 should not be supported anymore. It is obsolete and is a security risk since no more patches are done for it. Therefore, drop PHP 5 support and make the minimum support version 7 (or even 8). Fix all the very annoying deprecated warnings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants