-
-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Account for changes introduced in PHP 8.3 #1589
Labels
Comments
This was referenced Aug 10, 2023
This was referenced Aug 10, 2023
Merged
This was referenced Aug 17, 2023
This was referenced Sep 10, 2023
This was referenced Feb 3, 2024
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is just an issue to keep track of which of the implemented RFCs for PHP 8.3 have been addressed.
This list should be updated when additional RFCs are accepted/implemented.
To Do
Sublist:
Sublist:
👉🏻 This deprecation won't actually take effect until PHP 8.4, though a replacement method will be added in PHP 8.3.
👉🏻 This deprecation won't actually take effect until PHP 8.4, though a replacement method will be added in PHP 8.3.
Aside from the RFCs, there are also the changes which were made outside of the RFC process and are listed in:
Claimed
Status: WIP
Owner: @jrfnl
Status: Ready, waiting for release of
PHPCS 3.9.0 andPHPCSUtils 1.1.0Owner: @jrfnl
Has PR
Sublist:
PHPCompatibility.ParameterValues.RemovedMbStrimWidthNegativeWidth
sniff (RFC) #1615MT_RAND_PHP
(RFC) #1623PHPCompatibility.ParameterValues.RemovedLdapConnectSignatures
sniff (RFC) #1620mb_str_pad()
(RFC) #1625json_validate()
(RFC) #1622Sublist:
PHPCompatibility.ParameterValues.RemovedGetClassNoArgs
sniff (RFC) #1614👉🏻 This deprecation won't actually take effect until PHP 8.4.
stream_context_set_options()
(RFC) #1631 + PHP 8.4 | OptionalToRequiredFunctionParameters: account for deprecation of overloaded stream_context_set_option() signature (RFC) #1672Reviewed and concluded non-sniffable
Unnecessary crypt() related constantsRFC rejectedGlobal Mersenne Twister - vote 1RFC rejected*rand*()
functionsGlobal Mersenne Twister - vote 2RFC accepted, but as it was a vote which was dependent on vote 1, nothing will change.*shuffle*()
functionsarray_keys()RFC rejectedProcess
If anyone starts work on updating PHPCompatibility to handle any of these issues, please either update the above list (if you can) or leave a comment below, so one of the maintainers can update the list.
Once PHP 8.3 comes out, individual issues should be opened for the changes which remain at that point in time.
The text was updated successfully, but these errors were encountered: