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.3 deprecation for ldap_connect with 2 parameters. #1151

Open
tenzap opened this issue Sep 24, 2023 · 0 comments
Open

PHP 8.3 deprecation for ldap_connect with 2 parameters. #1151

tenzap opened this issue Sep 24, 2023 · 0 comments

Comments

@tenzap
Copy link
Contributor

tenzap commented Sep 24, 2023

Describe the bug
It seems php 8.3 will deprecate calling ''ldap_connect'' with 2 parameters.

See: https://wiki.php.net/rfc/deprecations_php_8_3

You may want to update RestController.php which seems to do such a call.

$ldapconn = ldap_connect($ldap['host'], $ldap['port']);
@tenzap tenzap changed the title PHP 8.3 deprecation for PHP 8.3 deprecation for ldap_connect with 2 parameters. Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant