Hosting Team Meeting Agenda 2026-06-03

The next meetings will be in the #hosting channel on Wednesday, June 3, 2026 at 0900 UTC and on Wednesday, June 3, 2026 at 1800 UTC.

Agenda

WordPress News

HostingHosting A 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

Open Floor

Ideas or suggestions

Anything else? Please leave a comment with any additions or suggestions for the meeting.

Props to @kirasong for collaboration and review!

#agenda, #hosting, #hosting-community, #meetings, #weekly-hosting-chat

WordPress 6.9 Server Compatibility

For each new version of WordPress, the HostingHosting A 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 releases an article examining compatibility between PHPPHP PHP (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. and new WordPress versions, offering recommendations for that specific WP version. Here are the Hosting Team’s recommendations for WordPress 6.9!

Before reading, you may want to check out the team’s previous posts highlighting recommendations for WordPress 6.8, WordPress 6.7, WordPress 6.6, WordPress 6.5, WordPress 6.4, and WordPress 6.3.

Please note, the goal isn’t to discuss WordPress compatibility or backwards compatibility, but rather to support hosts in architecting the ideal experience for new WordPress installations, and to guide sysadmins in upgrading sites in the optimal way.

This post goes into detail about compatibility, including the idea of “betaBeta Beta 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”.

So, please continue reading for compatibility information, updated for WordPress 6.9.

Hosting Team Recommendations

The Hosting Team recommends Hosts use the following minimum versions for streamlined compatibility with WordPress 6.9 – (Note: these may differ from the global recommendations):

  • PHP: 8.3.x, 8.4.x
  • MySQLMySQL MySQL 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.: 8.0.x, 8.4.x
  • MariaDBMariaDB MariaDB 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.: 10.11.x, 11.4.x

IMPORTANT: These recommendations are primarily intended for new installations by hosting providers. For optimal performance and security, always use the latest compatible versions on new installs rather than setting up new WordPress websites with old PHP and DatabaseDatabase A database is an organized collection of data. Access to this data is usually provided by a "database management system" (DBMS) consisting of an integrated set of computer software that allows users to interact with one or more databases and provides access to all of the data contained in the database. Because of the close relationship between them, the term "database" is often used casually to refer to both a database and the DBMS used to manipulate it. Engine versions.

Where do the recommendations come from? The Hosting Team reviewed a variety of modern hosting configurations, PHP lifecycle status, database engine maturity, and WordPress CoreCore Core is the set of software required to run WordPress. The Core Team builds WordPress. compatibility work. Based on this review, these versions provide the most stable and forward-looking environment for WordPress 6.9.

WordPress serverServer A 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. requirements

WordPress supports backwards compatibility, so even when there are more stable software versions available, that doesn’t mean they are the ones that WordPress recommends.

The current minimum WordPress 6.9 requirements are:

  • PHP: 7.4+
  • MySQL: 5.7+
  • MariaDB: 10.3+

Folks can read more about minimum requirements here: Server requirements.

WordPress’ compatibility “at the time”

WordPress 6.9 (released in the end of 2025) aligns with the following software versions available at release time (stable or security-maintained versions only, and RCRelease Candidate A beta version of software with the potential to be a final product, which is ready to release unless significant bugs emerge. versions for informational purposes):

PHP

  • 8.2 (Security Support)
  • 8.3 (Security Support)
  • 8.4 (Active Support)
  • 8.5 (Active Support)

MySQL

  • 8.0 (LTS)
  • 8.4 (LTS)
  • 9.6

MariaDB

  • 10.6 (LTS)
  • 10.11 (LTS)
  • 11.4 (LTS)
  • 12.1

Web Servers

  • Apache HTTPDApache HTTPD The 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.: 2.4
  • nginxNGINX nginx 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.: 1.26, 1.27
  • LiteSpeedLiteSpeed Web Server LiteSpeed Web Server (LSWS), is a proprietary web server software. The software uses the same configuration format as Apache HTTP Server and is compatible with most Apache features. Enterprise: 6.2.x, 6.3.x
  • OpenLiteSpeedOpenLiteSpeed OpenLiteSpeed, is a open-source web server software. The software uses the same configuration format as Apache HTTP Server and is compatible with most Apache features.: 1.7.x, 1.8.x

Note: PHP has extended Security Support for multiple PHP 8.x releases. New PHP versions may enter candidate support status during the WordPress 6.9 lifecycle.

Please read more at: WordPress Compatibility.

WordPress and PHP

PHP is the primary programming language used by WordPress Core. Because PHP executes on the server, keeping it up to date is critical for both security and performance.

WordPress continues to support a wide range of PHP versions, including some that are end-of-life, to maintain backward compatibility. Hosts and site owners are strongly encouraged to run supported PHP versions wherever possible.

WordPress supports many versions of PHP, even some that are obsolete (Check out PHP Compatibility and WordPress Versions).

WordPress 6.9 (core) is:

  • Fully compatible with PHP 7.4 (1), 8.0 (1), 8.1 (1), 8.2, and 8.3
  • Beta compatible with PHP 8.4 and PHP 8.5

(1) SECURITY ALERT: Some older PHP versions are no longer officially maintained by the PHP project and are considered insecure. Users should consult their hosting provider regarding security backports or upgrade paths if running an older PHP version.

To explore all WordPress development tickets related to PHP, see: Trac PHP Search.

What Does “Beta Compatible” Mean?

Beta compatibility means WordPress Core is actively working toward full compatibility with a PHP version, but some issues may still be under review or pending resolution.

When using a beta-compatible PHP version:

  • Deprecation notices may appear in logs, wp-admin, or front-end output
  • Deprecation notices are not errors
  • Functionality is not broken, but additional compatibility work is ongoing

PHP 8.4

  • Deprecation notices may be visible
  • Deprecations do not break functionality
  • WordPress Core compatibility work is ongoing
  • Prepare for PHP 8.4: Trac #62061Status: Closed / Fixed

PHP 8.5

  • Initial compatibility work has begun
  • Deprecation notices may be present
  • Full compatibility is expected in a future WordPress releases
  • Prepare for PHP 8.5: Trac #63061 Status: Closed / Fixed

Other related tickets

PHP

Upgrading WordPress

Do you have a version earlier than WordPress 6.9? 

If so, the Hosting Team recommends you visit the Upgrading WordPress page for more information on how to upgrade from WordPress 0.7 all the way to WordPress 6.9.

Anything else? Feel free to comment below!

#core, #php, #hosting

Props to @sohilvahora96 @chrisdavidmiles @desrosj @codexdemon and @jazzs3quence for collaborating on this post!

Hosting Team Meeting Agenda 2026-05-27

The next meetings will be in the #hosting channel on Wednesday, May 27, 2026 at 0900 UTC and on Wednesday, May 27, 2026 at 1800 UTC.

Agenda

WordPress News

HostingHosting A 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

Open Floor

Ideas or suggestions

Anything else? Please leave a comment with any additions or suggestions for the meeting.

#agenda, #hosting, #hosting-community, #meetings, #weekly-hosting-chat

Hosting Team Meeting Agenda 2026-05-20

The next meetings will be in the #hosting channel on Wednesday, May 20, 2026 at 0900 UTC and on Wednesday, May 20, 2026 at 1800 UTC.

Agenda

WordPress News

HostingHosting A 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

Open Floor

Ideas or suggestions

Anything else? Please leave a comment with any additions or suggestions for the meeting.

Props to @zunaid321 for the review!

#agenda, #hosting, #hosting-community, #meetings, #weekly-hosting-chat

Hosting Team Meeting Agenda 2026-05-13

The next meetings will be in the #hosting channel on Wednesday, May 13, 2026 at 0900 UTC and Wednesday, May 13, 2026 at 1800 UTC. Hope to see you then!

Agenda

WordPress News

HostingHosting A 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

Open Floor

Ideas or suggestions

Anything else? Please leave a comment with any additions or suggestions for the meeting.

#agenda, #hosting, #hosting-community, #meetings, #weekly-hosting-chat

Hosting Team Meeting Agenda 2026-05-06

The next meetings will be in the #hosting channel on Wednesday, May 6, 2026 at 0900 UTC and Wednesday, May 6, 2026 at 1800 UTC. Hope to see you then!

Agenda

WordPress News

📢 Thank you to Bluehost, Kinsta, XServer, GoDaddy, WordPress.comWordPress.com An online implementation of WordPress code that lets you immediately access a new WordPress environment to publish your content. WordPress.com is a private company owned by Automattic that hosts the largest multisite in the world. This is arguably the best place to start blogging if you have never touched WordPress before. https://wordpress.com/, and Ionos for helping test RTC!

HostingHosting A 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

  • Heads up: RTC test results from May 5th may need to be resent due to a merge conflict in the repo (now resolved).
  • Tickets / PRs

Open Floor

Ideas or suggestions

Anything else? Please leave a comment with any additions or suggestions for the meeting.

#agenda, #hosting, #hosting-community, #meetings, #weekly-hosting-chat

Hosting Team Meeting Agenda 2026-04-29

The next meetings will be in the #hosting channel on Wednesday, April 29, 2026 at 0900 UTC and Wednesday, April 29, 2026 at 1800 UTC. Hope to see you then!

Agenda

WordPress News

HostingHosting A 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

  • Call for RTC testing and feedback from hosts
  • Tickets / PRs

Open Floor

Ideas or suggestions

Anything else? Please leave a comment with any additions or suggestions for the meeting.

Props to @kirasong & @chaion07 for the review!

#agenda, #hosting, #hosting-community, #meetings, #weekly-hosting-chat

Hosting Team Meeting Agenda 2026-04-22

The next meetings will be in the #hosting channel on Wednesday, April 22, 2026 at 0900 UTC and Wednesday, April 22, 2026 at 1800 UTC. Hope to see you then!

Agenda

WordPress News

HostingHosting A 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

Open Floor

Ideas or suggestions

Anything else? Please leave a comment with any additions or suggestions for the meeting.

Props to @chaion07 for the review!

#agenda, #hosting, #hosting-community, #meetings, #weekly-hosting-chat

Attention: Hosts that help test

A huge thank you to the 70+ web hosts who participate in the Hosting team’s distributed testing! This contribution to WordPress helps inform CoreCore Core is the set of software required to run WordPress. The Core Team builds WordPress.’s development process and ensure compatibility across hostingHosting A 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. systems.

While many hosts are actively reporting test results, a number of test reporters have not sent results in a while.

Hosts: Please check on your test runners, they are not ok!

If you need help troubleshooting, please don’t hesitate to hop into the #hosting channel on WordPress SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/ and/or open a phpunit-test-runner issue with the details.

If you’re not testing yet, you can get started with distributed testing here.

Updates are currently being made to the WordPress Core testing suite intended to collect data on the Real Time Collaboration feature in WordPress 7.0, to help guarantee the feature is as performant as it can be on hosting systems and user sites. The feature is still in active development and is likely to undergo some major architectural changes in the coming weeks, with a few more betaBeta Beta 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./RCRelease Candidate A beta version of software with the potential to be a final product, which is ready to release unless significant bugs emerge. versions of 7.0 expected. Participating in testing this feature will help make sure the release of 7.0 rolls out as smoothly as possible on your systems, for your support teams and most importantly, for the WordPress users that host with you.

Thank you, again, to all hosts who participate in testing! Your contributions to WordPress are so valuable, and so appreciated!

Props to @chaion07, @lucas & @kirasong for proofreading and review

#hosting-community, #wordpress-7-0

Hosting Team Meeting Agenda 2026-03-18

The next meetings will be in the #hosting channel on Wednesday, March 18, 2026 at 0900 UTC and Wednesday, March 18, 2026 at 1800 UTC. Hope to see you then!

Agenda

WordPress News

HostingHosting A 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

  • Tickets / PRs

Open Floor

Ideas or suggestions

Anything else? Please leave a comment with any additions or suggestions for the meeting.

Props to @chaion07, @crixu for the review!

#agenda, #hosting, #hosting-community, #meetings, #weekly-hosting-chat