Changeset 14480
- Timestamp:
- 07/08/2025 03:15:52 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/servehappy-config.php
r13936 r14480 11 11 12 12 // The latest branch of PHP which WordPress.org recommends. 13 define( 'RECOMMENDED_PHP', ' 7.4' );13 define( 'RECOMMENDED_PHP', '8.3' ); 14 14 15 15 // The oldest branch of PHP which WordPress core still works with. … … 17 17 18 18 // The lowest branch of PHP which is actively supported. 19 define( 'SUPPORTED_PHP', ' 7.4' );19 define( 'SUPPORTED_PHP', '8.3' ); 20 20 21 21 // The lowest branch of PHP which is receiving security updates. 22 define( 'SECURE_PHP', ' 7.4' );22 define( 'SECURE_PHP', '8.1' ); 23 23 24 24 // The lowest branch of PHP which is still considered acceptable in WordPress. 25 25 // Sites with a version lower than this will see the ServeHappy dashboard widget urging them to update. 26 define( 'ACCEPTABLE_PHP', ' 7.4' );26 define( 'ACCEPTABLE_PHP', '8.1' );
Note: See TracChangeset
for help on using the changeset viewer.