Changes between Initial Version and Version 1 of Ticket #62061, comment 78
- Timestamp:
- 03/11/2025 10:13:59 PM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62061, comment 78
initial v1 1 1 Fantastic work on all the fixes that were committed as part of this ticket. 2 2 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.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.7. 4 4 5 5 * Deprecation of implicitly nullable parameter types was fixed in r58009 for 6.6 and r59052 and r59053 for 6.7. … … 8 8 * Deprecation of `mysqli_ping()` was fixed in r59069 for 6.7. 9 9 * 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. 11 11 * External dependencies listed in the description are at their latest versions as of 6.7 and all now support PHP 8.4. 12 12 * No compatibility related tickets remain in [https://core.trac.wordpress.org/query?status=!closed&keywords=~php84 the php84 keyword].