Changes between Initial Version and Version 1 of Ticket #55635, comment 14
- Timestamp:
- 09/14/2022 11:16:00 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55635, comment 14
initial v1 3 3 **What's different/new?** 4 4 5 - `ini_parse_quantity 0` 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] 6 6 - 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. 7 7 - 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.