Skip to:
Content

BuddyPress.org

Changeset 14192


Ignore:
Timestamp:
12/30/2025 07:56:23 PM (4 months ago)
Author:
espellcaste
Message:

Docs: Update "BuddyPress PHP Version Support" doc.

Closes https://github.com/buddypress/buddypress/pull/417
See #9051

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/user/getting-started/php-version-support.md

    r13749 r14192  
    33Keeping 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.
    44
    5 ## PHP Version Requirements
     5## Minimum requirements (BuddyPress 15.0.0 and later)
    66
    7 BuddyPress is compatible with PHP versions supported by WordPress. The PHP requirements may change as WordPress evolves, so BuddyPress users must stay updated.
     7As of BuddyPress **15.0.0**, the minimum required versions are:
    88
    9 ### Current Recommendations
     9- **WordPress:** 6.4 or greater.
     10- **PHP:** 7.0 or greater.
    1011
    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.
     12This 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/)).
    1313
    14 ### Future Compatibility
     14## Recommended requirements
    1515
    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.
     16For best performance and security, we recommend:
    1717
    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.
    1921
    20 ### Hosting Environment
     22> Note: The recommended versions are higher than the minimums. Using the latest supported versions ensures the best stability and security.
    2123
    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
     26The 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.