Making WordPress.org

Ticket #5257: 5257.patch

File 5257.patch, 974 bytes (added by Clorith, 5 years ago)
  • sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/servehappy-config.php

     
    1616define( 'MINIMUM_PHP', '5.6.20' );
    1717
    1818// The lowest branch of PHP which is actively supported.
    19 define( 'SUPPORTED_PHP', '7.2' );
     19define( 'SUPPORTED_PHP', '7.3' );
    2020
    2121// The lowest branch of PHP which is receiving security updates.
    22 define( 'SECURE_PHP', '7.1' );
     22define( 'SECURE_PHP', '7.2' );
    2323
    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.
     25define( 'ACCEPTABLE_PHP', '7.2' );