Making WordPress.org

Changeset 7990


Ignore:
Timestamp:
12/19/2018 06:26:30 AM (6 years ago)
Author:
dd32
Message:

API: ServeHappy: Bump the required PHP versions to reflect PHP 7.3 as being the latest, and assume that it'll apply for PHP < 5.6, rather than only for PHP 5.2 as previous.

Props flixos90.
Fixes #4006.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/api.wordpress.org/public_html/core/serve-happy/1.0/config.php

    r6806 r7990  
    33
    44// The latest branch of PHP which WordPress.org recommends.
    5 define( 'RECOMMENDED_PHP', '7.2' );
     5define( 'RECOMMENDED_PHP', '7.3' );
    66
    77// The lowest branch of PHP which is actively supported.
    8 define( 'SUPPORTED_PHP', '7.0' );
     8define( 'SUPPORTED_PHP', '7.2' );
    99
    1010// The lowest branch of PHP which is receiving security updates.
    11 define( 'SECURE_PHP', '5.6' );
     11define( 'SECURE_PHP', '7.1' );
    1212
    1313// The lowest branch of PHP which is still considered acceptable in WordPress.
    14 define( 'ACCEPTABLE_PHP', '5.3' );
     14define( 'ACCEPTABLE_PHP', '5.6' );
Note: See TracChangeset for help on using the changeset viewer.