Ticket #5257: 5257.patch
File 5257.patch, 974 bytes (added by , 5 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/servehappy-config.php
16 16 define( 'MINIMUM_PHP', '5.6.20' ); 17 17 18 18 // The lowest branch of PHP which is actively supported. 19 define( 'SUPPORTED_PHP', '7. 2' );19 define( 'SUPPORTED_PHP', '7.3' ); 20 20 21 21 // The lowest branch of PHP which is receiving security updates. 22 define( 'SECURE_PHP', '7. 1' );22 define( 'SECURE_PHP', '7.2' ); 23 23 24 // The lowest branch of PHP which is still considered acceptable in WordPress.25 define( 'ACCEPTABLE_PHP', '7. 0' );24 // Sites with a version lower than this will see the ServeHappy dashboard widget urging them to update. 25 define( 'ACCEPTABLE_PHP', '7.2' );