Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #62061, comment 78


Ignore:
Timestamp:
03/11/2025 10:13:59 PM (3 months ago)
Author:
johnbillion
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62061, comment 78

    initial v1  
    11Fantastic work on all the fixes that were committed as part of this ticket.
    22
    3 I've assessed this ticket similarly to #59231 and it looks like everything that needed to be addressed for compatibility with PHP 8.4 has been addressed between WordPress 6.6 and 6.8.
     3I've assessed this ticket similarly to #59231 and it looks like everything that needed to be addressed for compatibility with PHP 8.4 has been addressed between WordPress 6.6 and 6.7.
    44
    55* Deprecation of implicitly nullable parameter types was fixed in r58009 for 6.6 and r59052 and r59053 for 6.7.
     
    88* Deprecation of `mysqli_ping()` was fixed in r59069 for 6.7.
    99* Deprecation of `E_STRICT` was fixed in r59068 for 6.7.
    10 * Polyfills for `array_find()`, `array_find_key()`, `array_any()`, and `array_all()` were introduced in r59783 for 6.8.
     10* Polyfills for `array_find()`, `array_find_key()`, `array_any()`, and `array_all()` were introduced in r59783 for 6.8. These are unrelated to compatibility and are provided for convenience.
    1111* External dependencies listed in the description are at their latest versions as of 6.7 and all now support PHP 8.4.
    1212* No compatibility related tickets remain in [https://core.trac.wordpress.org/query?status=!closed&keywords=~php84 the php84 keyword].