Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #55635, comment 14


Ignore:
Timestamp:
09/14/2022 11:16:00 PM (3 years ago)
Author:
dmsnell
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55635, comment 14

    initial v1  
    33**What's different/new?**
    44
    5  - `ini_parse_quantity0` is merged in PHP 8.2, which is [https://wiki.php.net/todo/php82 schedule for release on Nov. 24]
     5 - `ini_parse_quantity()` is merged in PHP 8.2, which is [https://wiki.php.net/todo/php82 schedule for release on Nov. 24]
    66 - there's a new set of functions for comparing these values: `wp_ini_lesser_quantity()`, `wp_ini_greater_quantity()`, and `wp_ini_quantity_cmp()`. these are valuable because we often want to retain the string value of the set INI directive while knowing if it's larger or smaller than another.
    77 - I've updated some core code to use the new functionality. while some cases required a fair bit of work to understand what core is doing, I believe that the updated code is much easier to follow.