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

Add support for PHP 8.x #64

Closed
wants to merge 17 commits into from
Closed

Conversation

mymatenige
Copy link
Contributor

I've worked through a number of small issues so that MythWeb will work with PHP 8.x.

I started by fixing all major issues identifed by PhpStorm, then fixed a couple of other errors thrown as FATAL and suppressed the errors thrown as WARNING. These errors have existed for a long time, so there is no harm done by suppressing them. As MythWeb is considered to be a legacy code base, I believe that an approach such as this is acceptable.

This branch seems to work fine with PHP 8.0 and I believe it will work with PHP 8.1.

Please consider merging my pull request into the official repository. It resolves #63.

@mymatenige mymatenige changed the title Master to 8.0 Add support for PHP 8.x Dec 12, 2021
@bennettpeter
Copy link
Member

Will it still work with php 7.4 if we merge this pull request?

@billmeek
Copy link

billmeek commented Dec 13, 2021 via email

@mymatenige
Copy link
Contributor Author

Yes, the changes I've made are suitable for PHP 7.4 and PHP 8.x

@bennettpeter
Copy link
Member

Merged into master

@mymatenige mymatenige deleted the master-to-8.0 branch December 16, 2021 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for PHP 8.x
3 participants