Changeset 14192
- Timestamp:
- 12/30/2025 07:56:23 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/user/getting-started/php-version-support.md
r13749 r14192 3 3 Keeping your WordPress installation, including BuddyPress, on a supported and current PHP version is crucial for site performance, security, and compatibility. Regularly consult the [WordPress Requirements](https://wordpress.org/about/requirements/) page. 4 4 5 ## PHP Version Requirements5 ## Minimum requirements (BuddyPress 15.0.0 and later) 6 6 7 BuddyPress is compatible with PHP versions supported by WordPress. The PHP requirements may change as WordPress evolves, so BuddyPress users must stay updated. 7 As of BuddyPress **15.0.0**, the minimum required versions are: 8 8 9 ### Current Recommendations 9 - **WordPress:** 6.4 or greater. 10 - **PHP:** 7.0 or greater. 10 11 11 - **Minimum PHP Version:** BuddyPress requires a minimum PHP version in line with WordPress's minimum requirement. As of the minimal WordPress version BuddyPress requires (6.1), PHP 5.6 can still be used but 7.4 or higher would be better 😅. 12 - **Recommended PHP Version:** For the best performance, security, and access to the latest features, it is advised to run the latest stable version of PHP supported by your hosting environment. 12 This change was introduced during the 15.0.0 development cycle (see [Trac ticket #9051](https://buddypress.trac.wordpress.org/ticket/9051) and the [BP Team Updates blog post](https://bpdevel.wordpress.com/2024/09/02/raising-the-minimum-version-of-wordpress-and-php-required-in-buddypress-15-0-0/)). 13 13 14 ## # Future Compatibility14 ## Recommended requirements 15 15 16 BuddyPress commits to maintaining compatibility with new PHP versions as WordPress adopts them. Future releases of BuddyPress will aim to support the latest PHP versions soon after WordPress officially supports them. 16 For best performance and security, we recommend: 17 17 18 ## Upgrading PHP 18 - **PHP:** 7.4 or greater. 19 - **Database:** MySQL 8.0+ or MariaDB 10.5+. 20 - **HTTPS:** TLS/HTTPS support on your server. 19 21 20 ### Hosting Environment 22 > Note: The recommended versions are higher than the minimums. Using the latest supported versions ensures the best stability and security. 21 23 22 - Users should check their hosting environment's PHP version and consider upgrading if necessary. Most hosting providers offer tools in their control panels for an easy PHP upgrade. 23 - Before applying the upgrade to a live environment, testing your WordPress site, including themes and plugins, in a staging environment is recommended. 24 ## Why we changed this 25 26 The BuddyPress team raised the minimum requirements in version 15.0.0 to keep the software secure, compatible, and maintainable. 27 28 ## If your host runs an older PHP version 29 30 - Check your PHP version (`php -v` or through your hosting control panel). 31 - If outdated, ask your host to upgrade or move to a provider supporting PHP 7.4+. 32 - Always test backups and staging sites before upgrading production.
Note: See TracChangeset
for help on using the changeset viewer.