The hostingHostingA web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. team works to improve WordPress’ end-user experience across hosting environments through industry collaboration and user education.
Want to contribute? Come join us!
The team meets in the #hostingSlackSlackSlack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/. channel each week on Wednesday at 0900 UTC and 1800 UTC. Check out local times at make/meetings.
The WordPress HostingHostingA web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. Team is gearing up for WordCampWordCampWordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more. Europe 2024, focusing on Contributor Day activities and the proposed WordPress Hosting Directory. This blog post outlines the schedule and the key projects, inviting community participation and feedback.
Schedule
08:30 Registration
09:15 Opening and welcome
10:00 Contributing to WordPress (Hosting Test Tools)
10:30 WordPress Hosting Directory meeting
12:15 Group photo
12:30 Lunch
14:00 Contributing to WordPress
16:30 Teams summaries and wrap-up
10:30 – 11:30: Meeting on the WordPress Hosting Directory 10:00 – 16:30: Hosting Test Tools
WordPress Hosting Directory
Create a comprehensive directory of hosting companies based on objective criteria, helping users make informed decisions.
Review the Multi-PHPPHPPHP (PHP: Hypertext Preprocessor) is a general-purpose scripting language especially suited to web development. PHP code is usually processed on a web server by a PHP interpreter. On a web server, the result of the interpreted and executed PHP code would form the whole or part of an HTTP response. Environment Proposal, that aims to provide diverse PHP environment setups for testing and compatibility purposes. Enhances the testing capabilities within the WordPress ecosystem.
Still don’t know which table to join at the WordCamp Europe 2024 Contributor Day? Well, if you like hostingHostingA web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web., know a bit about technology, and would like to improve your WordPress documentation, develop some tools or work with some ideas for a Hosting Directory, this is the team for you!
Automated Hosting Tests, focused on PHPPHPPHP (PHP: Hypertext Preprocessor) is a general-purpose scripting language especially suited to web development. PHP code is usually processed on a web server by a PHP interpreter. On a web server, the result of the interpreted and executed PHP code would form the whole or part of an HTTP response. compatibility.
If you want to lead any of these working groups, or the Hosting Table, please leave a comment or ask @crixu or @javiercasares about it.
What do you need to know?
The Contributor DayContributor DayContributor Days are standalone days, frequently held before or after WordCamps but they can also happen at any time. They are events where people get together to work on various areas of https://make.wordpress.org/ There are many teams that people can participate in, each with a different focus. https://2017.us.wordcamp.org/contributor-day/https://make.wordpress.org/support/handbook/getting-started/getting-started-at-a-contributor-day/. is an event, usually parallel to a WordCampWordCampWordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more., focused on contributing to the WordPress Community in any of its teams.
To participate in a Contributor Day it is only necessary to have a WordPress.orgWordPress.orgThe community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ account, and, if possible, access to a SlackSlackSlack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/. team channel.
Are you going to the WordCampWordCampWordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more. Europe 2024 Contributor DayContributor DayContributor Days are standalone days, frequently held before or after WordCamps but they can also happen at any time. They are events where people get together to work on various areas of https://make.wordpress.org/ There are many teams that people can participate in, each with a different focus. https://2017.us.wordcamp.org/contributor-day/https://make.wordpress.org/support/handbook/getting-started/getting-started-at-a-contributor-day/.?
This Meeting
The next meeting is scheduled with the following details:
WordPress CoreCoreCore is the set of software required to run WordPress. The Core Team builds WordPress. news
WordPress Community news
HostingHostingA web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. Team Time
WordPress Hosting Directory
WordCamp Europe Contributor Day
Open Floor
Anything not in the agenda
Closing
Next Meeting Times
Next Meetings
2024-05-22 1800 UTC
2024-05-29 0900 UTC
2024-06-05 1800 UTC
2024-06-12 – no meeting (WordCamp Europe)
2024-06-19 1800 UTC
2024-06-26 0900 UTC
2024-07-03 1800 UTC
2024-07-10 0900 UTC
2024-07-17 1800 UTC
2024-07-24 0900 UTC
Ideas or suggestions
Anything else? Please leave a comment to add to the meeting.
This past weekend, the Clodfest Hackathon took place and the HostingHostingA web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. team proposed a project to improve the tools.
Thanks to Pascal (@swissspidy), Cesar, and myself (@javiercasares), we have been able to make progress on some elements that had been in the backlog for over 4 years.
An important detail is that all the changes made are backward compatible so that the default configuration should not affect any of the new features, especially considering GitHubGitHubGitHub is a website that offers online implementation of git repositories that can can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged be the repository owner. Actions.
What has been achieved?
The first step was to include support for Multi-PHPPHPPHP (PHP: Hypertext Preprocessor) is a general-purpose scripting language especially suited to web development. PHP code is usually processed on a web server by a PHP interpreter. On a web server, the result of the interpreted and executed PHP code would form the whole or part of an HTTP response.. This way, a user could submit different reports of the same commit but with different versions of PHP installed.
The second step was to create Multi-Environment. This allows a user to establish different servers with their respective configurations and PHP versions. This allows, for example, having an environment for “shared hosting”, another for “vps”, and another for “cloud”. This is in addition to the Multi-PHP from before.
The third step was to support All-Commits. The tool previously only executed the latest available commit. With this new change, a list of the 10 latest commits will be made, and all of them will be processed in case many commits are sent in a short time. Usually, the tool can take between 5 and 30 minutes per process, and sometimes commits that were never tested in all environments could be lost.
All these changes are accompanied by their respective improvements in the PHPUnit Test Reporter, the pluginPluginA plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory or can be cost-based plugin from a third-party. that collects and displays the information.
From now on, the initial list will be a summary of the different environments and how many are working and failing. Once inside, we can see the list of all environments and PHP combinations. This is the visualization for developers: one commit, many results.
Furthermore, there is the option for different bots (i.e., different providers) to have their list and on the same screen, they can see the list of the latest tests and thus easily detect when or in what change an error occurred. This is the visualization for providers: one provider, many results.
Where can the changes be seen?
They are not yet approved because they need code review, documentation, and validation by more people. The focus of the Hackathon was to include the functionality, and it was done “too quickly,” so there is duplicated code and improvements can be made. It works, yes, but it’s not pretty.
If you want to contribute, please review and test the code to validate that everything works correctly.
Next steps
In addition to giving a code review, looking for possible errors, and proposing some improvements, we also intend to review the documentation on how to install and maintain the system automatically.
In parallel, we will review with the #core team that everything is working fine and that the GitHub Actions do not give errors, even with the possibility of running different tests depending on the PHP version.
WordPress CoreCoreCore is the set of software required to run WordPress. The Core Team builds WordPress. news
WordPress Community news
HostingHostingA web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. Team Time
WordPress Hosting Compatibility
Call for Meeting Hosts
More Hosting Team topics
Open Floor
Anything not in the agenda
Ideas or suggestions
Anything else? Please leave a comment to add to the meeting.
WordPress CoreCoreCore is the set of software required to run WordPress. The Core Team builds WordPress. and the Core SiteMaps Feature Plugin Team are looking for statistics about the availability of the SimpleXML PHP Extension on systems that provide WordPress hostingHostingA web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web..
Any non-sensitive data that can be shared regarding the following will help facilitate the growth and success of the WordPress software:
Do hosting platforms support and enable the SimpleXML extension as a standard?
How common is it for hosting platforms to not support the extension?
Will customers be disadvantaged if the core sitemaps feature “failed gracefully” (with an alert) if the extension is not supported on the hosting system?
The extension is required for the feature plugin as of version 0.2.0. Unless a large percentage of WordPress sites don’t support SimpleXML, when the feature is merged into core the extension will also be required for it to work; however, it will not be required for core itself.
Have any thoughts, questions or concerns? Want to provide data to help support WordPress? Drop a comment below or message the whole team in #hosting-community on SlackSlackSlack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/.!
Thank you to hosting contributors who provide info on SimpleXML! Your feedback is valuable!
Last week in the Make WordPress #hostingSlackSlackSlack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/. channel (direct link to post here), Matt shared that he would “like to have recommended hosts on the main .org page and all the language subdomains that most align with our values and contribute the most back.”
Some years ago, the HostingHostingA web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. team was involved in a similar effort and prepared a report at that time, which can be found here.
Those who regularly attend the weekly Hosting team meetings are already familiar with the Hosting team’s recent “Project Bedrock,” which was an updated version of the original report and proposed to create a democratized directory of all hosts that meet a series of predefined requirements.
After reviewing the newer document, Matt challenged us to distill the most salient questions given how many differences there are between the survey he shared and the questions in Bedrock.
Courtney Robertson from the Training team, building off the application, drafted a rubric for scoring potential hosts for inclusion.
A number of other ideas and notes have been posted by individuals as well, and those of us on the team are thrilled to see a renewed interest in the project and page as a whole.
However, we encourage anyone interested in offering feedback or desiring to participate in the discussion to please do so by leaving a comment on this post.
Whether you’re able to attend in person or not, we want to make sure your thoughts and positions are represented as this discussion continues.
WordPress CoreCoreCore is the set of software required to run WordPress. The Core Team builds WordPress. news
WordPress Community news
HostingHostingA web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. Team Time
WordPress Hosting Compatibility
Team Goals for 2024
WordPress Hosting Team event
More Hosting Team topics
WP 6.5 and PHPPHPPHP (PHP: Hypertext Preprocessor) is a general-purpose scripting language especially suited to web development. PHP code is usually processed on a web server by a PHP interpreter. On a web server, the result of the interpreted and executed PHP code would form the whole or part of an HTTP response. compatibility
Team meetings
Office hours
Tickets
Open Floor
Anything not in the agenda
Ideas or suggestions
Anything else? Please leave a comment to add to the meeting.
TL;DR. If you are using WordPress 6.2, you should at least use PHPPHPPHP (PHP: Hypertext Preprocessor) is a general-purpose scripting language especially suited to web development. PHP code is usually processed on a web server by a PHP interpreter. On a web server, the result of the interpreted and executed PHP code would form the whole or part of an HTTP response.PHPPHP (PHP: Hypertext Preprocessor) is a general-purpose scripting language especially suited to web development. PHP code is usually processed on a web serverServerA server is a piece of computer hardware or software that provides functionality for other programs or devices. Typical servers are database servers, file servers, mail servers, print servers, web servers, game servers, and application servers. by a PHP interpreter. On a web server, the result of the interpreted and executed PHP code would form the whole or part of an HTTPHTTPThe Hypertext Transfer Protocol (HTTP) is protocol for distributed, collaborative, hypermedia information systems. HTTP is the foundation of data communication for the World Wide Web, where hypertext documents include hyperlinks to other resources that the user can easily access, for example by a mouse click or by tapping the screen in a web browser. response. 8.1. If you keep your WordPress, plugins and themes up to date, everything should work fine. If you are not yet using WordPress 6.2, we strongly recommend that you use this version of WordPress for maximum PHP compatibility.
PHP 8.x has been with us for a while now, so much so that even PHP 8.0 has only security support, and we should mainly use PHP 8.1 and PHP 8.2.
It mainly depends on which versions of WordPress and PHP we are talking about. There are many places to get information about WordPress and PHP compatibility:
PHP betaBetaBeta is the software development phase following alpha. A Beta phase generally begins when the software is feature complete but likely to contain a number of known or unknown bugs. Software in the beta phase will generally have many more bugs in it than completed software, speed or performance issues, and may still cause crashes or data loss. The focus of beta testing is reducing impacts to users, often incorporating usability testing. compatible
WordPress 6.2
5.6 – 7.4
8.0* / 8.1* / 8.2*
WordPress 6.1
5.6 – 7.4
8.0* / 8.1* / 8.2*
WordPress 6.0
5.6 – 7.4
8.0* / 8.1*
WordPress 5.9
5.6 – 7.4
8.0* / 8.1*
WordPress 5.8
5.6 – 7.4
8.0*
WordPress 5.7
5.6 – 7.4
8.0*
WordPress 5.6
5.6 – 7.4
8.0*
What does beta mean?
Nothing. Yes, really, nothing. Forget about that!
When PHP 8.0 was released, WordPress gave some warning messages (not error messages). Most of those messages are fixed in all versions of WordPress and for all versions of PHP. Yes, there are outstanding tickets and messages, but they are few and should not affect WordPress performance.
Why put the beta label, then?
Not because of WordPress, but because of the ecosystem, i.e., plugins and themes. When PHP 8.0 appeared, blockBlockBlock is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience. themes were not yet widespread and the Site Editor was not yet finished, which it is now. And since WordPress did not make its compatibility clear, many plugins were not adapted to PHP 8.x… because what’s the point if WordPress is non-compatible? (yes, this last question is pure sarcasm).
And, the fish that bites its tail: WordPress says it’s beta-compatible, and plugins and themes don’t adapt because WordPress isn’t… but, it’s not true. You have to read the fine print.
It’s all a matter of timing
In some cases, the release of WordPress coincides with a new major version of PHP, and that complicates everything. On the one hand, there is no time to adapt, on the other hand, everything works. And between one and the other, things are left the same.
The fact of marking WordPress as beta-compatible had a reason to be: WordPress works, but in general nobody uses WordPress without plugins. And the plugins, most of them, were not adapted to PHP 8.x.
It has been 6 months since the release of PHP 8.2 and many plugins are still not supported… although there has been time for PHP 8.0 and 8.1 to be supported.
Again, it’s a timing issue. PHP started a few years ago a cycle of annual releases of major versions that are not fully compatible with each other or generate many warnings, and reviewing all the WordPress code is complex, let alone the more than 60,000 plugins and 10,000 themes.
The HostingHostingA web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. vision
Security is a critical factor for hosting companies, and keeping PHP versions up to date is part of that.
That is why, every year, as the old PHP versions are no longer officially supported, the providers are activating the new ones and deactivating the old ones.
While it’s true that there are no PHP 7.4.1+ vulnerabilities reported yet (it’s a matter of time), it’s about time to use at least PHP 8.0. And, almost already, for the remaining half year of support, you should consider using at least PHP 8.1.
WordPress vs. PHP vs. Hosting companies
Undoubtedly, the decision to use one or another version of PHP for each project should be up to the users, although the hosting companies should clearly inform about the risks or not of using one or another version.
For example, someone with WordPress 5.8 cannot be recommended to activate PHP 8.1 because it probably won’t work. Nor can you push to make the change as soon as a new version of PHP is released.
What should I do?
First: the decision must always be yours. It is your project, and you have to decide what is best for it with all the information.
Second: have all the information. And this is where we can help you, a little.
Third: everything has to work. The goal is to make your site work, so you have to check, with a staging version, that everything is working properly. Ask your hosting provider for help with this.
I have WordPress 6.2
Presently, in May 2023, our recommendation is that you have at least PHP 8.1. It is a stable version, it is a secure version, and most themes and plugins work with this version.
WordPress 6.2 is compatible with 5.6.20+, PHP 7.0.x, PHP 7.1.x, PHP 7.2.x, PHP 7.3.x, PHP 7.4.x, PHP 8.0.x, PHP 8.1.x and PHP 8.2.x. BUT, older than PHP 8.0 are nor maintained, PHP 8.0 has only security maintenance and PHP 8.1 and PHP 8.2 are maintained versions. This is why PHP 8.1 is a good choice because, in general, everything should work.
What do I do if something doesn’t work? Upgrade everything to the latest versions. The latest version of WordPress 6.2 (right now WordPress 6.2.0), the latest versions of all your plugins and all your themes. If you have premium plugins, make sure you have the latest versions. Ask your hosting to help you figure out what’s wrong.
I have WordPress 6.1
When we published Server Environment for WordPress 6.1, we knew that WordPress 6.1 worked correctly with PHP 8.0 and PHP 8.1. PHP 8.2 did not, for one simple reason: it had not yet been released.
We also knew one thing: most plugins, even though PHP 8.1 had been on the market for a year, were not fully compatible. It was after PHP 7.4 stopped receiving updates that many developers started to support all available PHP 8.x versions, which are PHP 8.0, PHP 8.1 and PHP 8.2.
It has been long enough for WordPress 6.1, its plugins and themes to work properly with PHP 8.0 and PHP 8.1.
And, just as with WordPress 6.2, if you still have WordPress 6.1 everything should work correctly with PHP 8.1.
I have WordPress 5.9–6.0
You can read the same as in the two previous cases. In short, you should now be able to upgrade everything to PHP 8.1.
I have WordPress 5.6–5.9
You can read the same as in the two previous cases. In short, you should now be able to upgrade everything to PHP 8.0.
The Core, Test, and Hosting teams actively care about the full compatibility of WordPress with all its technologies. This includes Apache HTTPDApache HTTPDThe Apache HTTP Server, colloquially called Apache, is a free and open-source cross-platform web server software. The vast majority of Apache HTTP Server instances run on a Linux distribution, but current versions also run on Microsoft Windows, OpenVMS, and a wide variety of Unix-like systems., nginxNGINXnginx is a web server that can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache. Nginx is free and open-source software, released under the terms of the 2-clause BSD license., PHP, MySQLMySQLMySQL is an open-source relational database management system (RDBMS). MySQL is free and open-source software under the terms of the GNU General Public License., MariaDBMariaDBMariaDB is a fork of the MySQL relational database management system (RDBMS), intended to remain free and open-source software under the GNU General Public License. MariaDB intended to maintain high compatibility with MySQL, ensuring a drop-in replacement capability with library binary parity and exact matching with MySQL APIs and commands., memcachedMemcachedMemcached is a general-purpose distributed memory-caching system. It is often used to speed up dynamic database-driven websites by caching data and objects in RAM to reduce the number of times an external data source must be read. Memcached is free and open-source software. or RedisRedisRedis (Remote Dictionary Server) is an in-memory data structure store, in-memory key–value database. It is open-source software...
While it is true that PHP is a critical technology, we have a project in which many hosting companies test their systems with future versions of WordPress so that, once released, its compatibility is as high as possible.
You can see the results of Host Test Results and learn how well it works and what the bugs are. Errors are good because it means that a possible incompatibility has been detected and will be corrected in the future so that WordPress remains compatible with the widest number of systems.
And if you are a hosting company, you can help WordPress stay up-to-date by testing alphaAlphaThe alpha phase of the release life cycle is the first phase of software testing. versions on your systems.
This post kicks off the election process with nominations to replace the current HostingHostingA web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. Team Reps. Current Team Reps are @amykamala, @Crixu, @jessibelle, and @javiercasares.
The Role
In the WordPress open-source project, each team has on average one or two representatives, abbreviated as Reps. This year important is to also reflect on the Team Reps position in light of the discussions that happened during the Community Summit in August. The Team RepTeam RepA Team Rep is a person who represents the Make WordPress team to the rest of the project, make sure issues are raised and addressed as needed, and coordinates cross-team efforts. represents the team to the wider Make project, and the project to the Hosting Team.
The reason we have multiple Team Reps is that one can take responsibility for the duties during the first half of the term while the other provides backupBackupA backup is a copy of computer data taken and stored elsewhere so that it may be used to restore the original after a data loss event. Backups can be used to recover data after its loss from data deletion or corruption, or to recover data from an earlier time. Backups provide a simple form of disaster recovery., and that in the 2nd half of the term, the backup rep will take the primary responsibility. This means about 3 months learning the ropes, and about 3 months as the primary team rep. In the past years we always had four reps to better cover various time zones, with two reps for the AMER region and two reps for the APAC/EMEA region. This year we’re open for discussion of the teams wether we continue with this or if the team decides to go ahead with two reps in total. In any case we welcome anyone who contributes to the team by preparing and running meetings, running a contributor dayContributor DayContributor Days are standalone days, frequently held before or after WordCamps but they can also happen at any time. They are events where people get together to work on various areas of https://make.wordpress.org/ There are many teams that people can participate in, each with a different focus. https://2017.us.wordcamp.org/contributor-day/https://make.wordpress.org/support/handbook/getting-started/getting-started-at-a-contributor-day/. table or contributing on our projects – you don’t need to be a rep for that.
It’s not called “team lead” for a reason. It’s an administrative role. While people elected as team reps will generally come from the pool of folks that people think of as experienced leaders, the Team Rep role is designed to change hands regularly. As a Team Rep, you’re accountable to “get things done” within the team and aggregate ideas into doable actions.
This role has a time commitment attached to it. Not a huge amount, it’s at least three hours a week. Here are the main tasks:
Post the agenda, host the chats, and summarize them.
Keeping an eye on the moving parts of the team to be able to report for quarterly updates.
Please nominate people in the comments of this post, DM an existing Team Rep or fill out this survey anonymously. Self-nominations are welcome. The deadline is November 21st, 2023 at 23:59 UTC.
Once the nomination window is closed, we will open a poll for voting. It will stay open for about two weeks. The new reps will start their role on January 1st, 2024.
Disclaimer: if you get nominated, please don’t feel like you have to say yes. The polls will only include the names of the people who are responding positively to a nomination. So feel free to reply with a “Thank you, but no, thank you”.
If you require supplemental information, please feel free to ask in the comments, we will be happy to reply. Please also include your opinion on the “two vs. four team reps” proposal.