Skip to content

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

Closed
wants to merge 1 commit into from
Closed

Prepare for PHP 8.1 #6305

wants to merge 1 commit into from

Conversation

carusogabriel
Copy link
Contributor

Following a63c99b and the documentation.

@remicollet
Copy link
Member

Please also bump API numbers to ensure != from 8.0 ones

@nikic
Copy link
Member

nikic commented Oct 9, 2020

You'll also want to clean UPGRADING and UPGRADING.INTERNALS.

Comment on lines 96 to +100
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";
Copy link
Contributor Author

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 :)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope, that's it. :)

@carusogabriel
Copy link
Contributor Author

carusogabriel commented Oct 9, 2020

Just checking if master is safe to merge, looks like there's something broken there.

@nikic
Copy link
Member

nikic commented Oct 9, 2020

@carusogabriel It's an unrelated failure :)

@cmb69
Copy link
Member

cmb69 commented Oct 9, 2020

Maybe temporarily XFAIL bug48097.phpt?

@php-pulls php-pulls closed this in 14806e0 Oct 9, 2020
@carusogabriel carusogabriel deleted the prepare/php81 branch October 9, 2020 09:38
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.

4 participants