[wp-trac] [WordPress Trac] #59649: PHP 8.0: improvements to allow for named parameters in 6.8
WordPress Trac
noreply at wordpress.org
Thu Jan 2 12:30:29 UTC 2025
#59649: PHP 8.0: improvements to allow for named parameters in 6.8
----------------------------+--------------------------------
Reporter: hellofromTonya | Owner: (none)
Type: task (blessed) | Status: new
Priority: normal | Milestone: 6.8
Component: General | Version:
Severity: normal | Resolution:
Keywords: php80 | Focuses: php-compatibility
----------------------------+--------------------------------
Comment (by albatross10):
In addition to this
I did mention this above.
https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-
includes/sodium_compat/src/PHP52/SplFixedArray.php
Methods
`offsetExists($index)` - Needs Attention
`offsetGet($index)` - Needs Attention
`offsetSet($index, $newval)` - Needs Attention
`offsetUnset($index)` - Needs Attention
Verified and 4 issues found.
I did check https://github.com/paragonie/sodium_compat and it does not
have this file in the latest version. But they do have v1.x so we can
raise a issue to the repo and ensure that this gets resolved for the 1.x
branch. And then we can move that change to WordPress core.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/59649#comment:9>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list