Skip to content
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.4 | RemovedFunctionParameters: account for deprecation of overloaded session_set_save_handler() signature (RFC) #1677

Merged

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Feb 11, 2024

…oaded session_set_save_handler() signature (RFC)

> - Session:
>   . Calling session_set_save_handler() with more than 2 arguments is
>     deprecated. Use the 2-parameter signature instead.

Refs:
* https://wiki.php.net/rfc/deprecate_functions_with_overloaded_signatures#session_set_save_handler
* php/php-src 12769
* php/php-src@b36eac9
* https://www.php.net/ldap_exop

Related to 1589
@jrfnl jrfnl added enhancement PR: quick merge PR only contains relatively simple changes PR: ready for review labels Feb 11, 2024
@jrfnl jrfnl added this to the 10.0.0 milestone Feb 11, 2024
@jrfnl jrfnl requested a review from wimg February 11, 2024 20:38
@wimg wimg enabled auto-merge February 11, 2024 20:40
@wimg wimg merged commit 8a46895 into develop Feb 11, 2024
46 checks passed
@wimg wimg deleted the php-8.4/removedfunctionparams-session-set-save-handler branch February 11, 2024 20:50
@github-actions github-actions bot removed PR: quick merge PR only contains relatively simple changes PR: ready for review labels Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants