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

LdapConnection#prepareNewConnection(): don't pass the port to ldap_connect() #5137

Merged
merged 2 commits into from
Nov 14, 2023

Conversation

Al2Klimov
Copy link
Member

This is deprecated since PHP 8.3.
But this is unnecessary anyway as the passed hostname is computed by #normalizeHostname() which takes the port into account.

fixes #5136

Now, in contrast to that issue, adding an LDAP resource doesn't print a PHP deprecation notice.

…nnect()

This is deprecated since PHP 8.3.
But this is unnecessary anyway as the passed hostname is computed
by #normalizeHostname() which takes the port into account.
@cla-bot cla-bot bot added the cla/signed label Oct 5, 2023
@nilmerg nilmerg added this to the 2.12.1 milestone Oct 31, 2023
@nilmerg nilmerg merged commit d3f6460 into main Nov 14, 2023
15 checks passed
@nilmerg nilmerg deleted the php83 branch November 14, 2023 10:22
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.

Support PHP 8.3
2 participants