Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #57345, comment 19


Ignore:
Timestamp:
12/18/2022 04:42:00 PM (3 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57345, comment 19

    v1 v2  
    77- [https://github.com/WordPress/wordpress-develop/pull/3786 PR 3786]: Remove [https://github.com/wordpress/wordpress-develop/blob/8f3453f9587ed3fa574c98b8bb1d80cf3c4fc9b7/src/wp-includes/compat.php#L491 the IMAGETYPE_WEBP constant definition], as this constant is defined in PHP 7.1+.
    88- [https://github.com/WordPress/wordpress-develop/pull/3787 PR 3787]: Remove [https://github.com/wordpress/wordpress-develop/blob/8f3453f9587ed3fa574c98b8bb1d80cf3c4fc9b7/src/wp-includes/random_compat The entire random_compat library] which polyfills functions from PHP 7.x to 5.x. Random is [https://www.php.net/manual/en/extensions.membership.php a core PHP extension].
     9
     10If desired, I'm happy to move these PRs to individual tickets after this one is committed though.