Ticket #4006: 4006.diff
File 4006.diff, 915 bytes (added by , 6 years ago) |
---|
-
api.wordpress.org/public_html/core/serve-happy/1.0/config.php
2 2 namespace WordPressdotorg\API\Serve_Happy; 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' );