Varying-Vagrant-Vagrants / VVV

An open source Vagrant configuration for developing with WordPress
https://varyingvagrantvagrants.org
MIT License
4.55k stars 849 forks source link

change the default PHP to v8.0 #2658

Closed tomjn closed 11 months ago

tomjn commented 1 year ago

Checks

update-docs[bot] commented 1 year ago

Thanks for opening this pull request! Make sure CHANGELOG.md gets updated with this change, additionally any docs that need updated can be found at https://github.com/Varying-Vagrant-Vagrants/varyingvagrantvagrants.org

GitHub
GitHub - Varying-Vagrant-Vagrants/varyingvagrantvagrants.org: The VVV docs and website
The VVV docs and website. Contribute to Varying-Vagrant-Vagrants/varyingvagrantvagrants.org development by creating an account on GitHub.
Mte90 commented 1 year ago

I have some doubts for this as wordpress still doesn't support officially php 8.0

tomjn commented 1 year ago

Most Enterprise WordPress is on 8.0, and 7.4 is unsupported. It's likely 7.4 will be unavailable by the end of the year if I remember the support docs right, some may even suggest we use 8.1.

As for official support, I don't think that will come until the function argument naming project has completed

Mte90 commented 1 year ago

But enterprise wordpress can change the value in the settings, force all the users to this bump when WP itself doesn't support it to me is like to rush a lot.

tomjn commented 1 year ago

I'm already getting warnings from shared hosts about sites running 7.4, if it's necessary couldn't users specify php: 7.4?

Mte90 commented 1 year ago

I'm already getting warnings from shared hosts about sites running 7.4, if it's necessary couldn't users specify php: 7.4?

I understand that, I am wondering on what we should focus. I mean to wordpress contributors or wordpress developers, because this will mean different things for the project as we should not follow anymore so much strict wordpress.org stuff