-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
[PHP 8.3] Polyfill new non-overloaded variants of functions #437
Conversation
95c0916
to
7ad2dc3
Compare
Can you also please update the changelog? |
Updated, @nicolas-grekas but I noticed that changelog mentions v1.28 too which hasn't been released 🤔. Is this expected? |
6b7b28b
to
8066764
Compare
Thank you @IonBazan. |
Good catch, fixed in e204dfd Anything else we should add to 1.28 before releasing it? |
I think we're good. Maybe you can try to test it in a real-life application? I didn't have a chance to test the LDAP-related functionality 🙈 |
This PR aims to add new PHP 8.3 functions introduced with RFC: https://wiki.php.net/rfc/deprecate_functions_with_overloaded_signatures
Comments and feedback welcome 🙏🏻
array_keys_filter(rejected)Fixes #436