Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #46149, comment 23


Ignore:
Timestamp:
08/16/2020 06:23:20 PM (4 years ago)
Author:
jrf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46149, comment 23

    initial v1  
    1111
    1212Similarly, after the version bump patch has been committed, follow-up tickets should be opened for the following additional points:
    13 * Removing the random_compat library. This library is no longer needed when the minimum PHP requirement is PHP 7.1. (Similar to #46799 for the PHP < 5.6 drop)
     13* Removing the random_compat library. This library is no longer needed when the minimum PHP requirement is PHP 7.1. (Similar to #47699 for the PHP < 5.6 drop)
    1414* Go through the `compat.php` file to see if there are other PHP polyfills which can be removed. (Similar to #47698 for the PHP < 5.6 drop)
    1515* Go through the code base to review any code using `version_compare()`, `function_exists()`, `defined()`, `extension_loaded()` et al to verify whether these kind of toggles are still needed and remove them whenever possible. (Similar to #48074 for the PHP < 5.6 drop)