-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Prepare for PHP 8.1 #6305
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
Prepare for PHP 8.1 #6305
Conversation
Please also bump API numbers to ensure != from 8.0 ones |
You'll also want to clean UPGRADING and UPGRADING.INTERNALS. |
var PHP_VERSION = 8; | ||
var PHP_MINOR_VERSION = 0; | ||
var PHP_MINOR_VERSION = 1; | ||
var PHP_RELEASE_VERSION = 0; | ||
var PHP_EXTRA_VERSION = ""; | ||
var PHP_VERSION_STRING = "8.0.0"; | ||
var PHP_VERSION_STRING = "8.1.0"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cmb69 Let me know if there's something else that needs to be updated on the Windows side :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, that's it. :)
Just checking if |
@carusogabriel It's an unrelated failure :) |
Maybe temporarily XFAIL bug48097.phpt? |
Following a63c99b and the documentation.