Changeset 7990
- Timestamp:
- 12/19/2018 06:26:30 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/core/serve-happy/1.0/config.php
r6806 r7990 3 3 4 4 // The latest branch of PHP which WordPress.org recommends. 5 define( 'RECOMMENDED_PHP', '7. 2' );5 define( 'RECOMMENDED_PHP', '7.3' ); 6 6 7 7 // The lowest branch of PHP which is actively supported. 8 define( 'SUPPORTED_PHP', '7. 0' );8 define( 'SUPPORTED_PHP', '7.2' ); 9 9 10 10 // The lowest branch of PHP which is receiving security updates. 11 define( 'SECURE_PHP', ' 5.6' );11 define( 'SECURE_PHP', '7.1' ); 12 12 13 13 // The lowest branch of PHP which is still considered acceptable in WordPress. 14 define( 'ACCEPTABLE_PHP', '5. 3' );14 define( 'ACCEPTABLE_PHP', '5.6' );
Note: See TracChangeset
for help on using the changeset viewer.