- Timestamp:
- 02/28/2018 03:27:07 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/core/serve-happy/1.0/config.php
r6728 r6806 2 2 namespace WordPressdotorg\API\Serve_Happy; 3 3 4 // The latest branch of PHP which is receiving security updates. Should be defined as X.Y5 define( ' PHP_RECEIVING_SECURITY_UPDATES', '5.6' );4 // The latest branch of PHP which WordPress.org recommends. 5 define( 'RECOMMENDED_PHP', '7.2' ); 6 6 7 // The l atest branch of PHP which is considered NOT out-of-date.8 define( ' TRIGGER_PHP_VERSION', '5.3' );7 // The lowest branch of PHP which is actively supported. 8 define( 'SUPPORTED_PHP', '7.0' ); 9 9 10 // The latest branch of PHP which WordPress.org recommends. 11 define( 'RECOMMENDED_PHP', '7.2' ); 10 // The lowest branch of PHP which is receiving security updates. 11 define( 'SECURE_PHP', '5.6' ); 12 13 // The lowest branch of PHP which is still considered acceptable in WordPress. 14 define( 'ACCEPTABLE_PHP', '5.3' );
Note: See TracChangeset
for help on using the changeset viewer.