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

LDAP fixes #547

Merged
merged 1 commit into from Dec 17, 2023
Merged

LDAP fixes #547

merged 1 commit into from Dec 17, 2023

Conversation

samrzhevsky
Copy link
Contributor

  1. Changed ldap_connect error handling. ldap_error expects LDAP\Connection, and ldap_connect returns false if the syntax check fails (https://www.php.net/manual/en/function.ldap-connect.php)
  2. Fixed deprecation: passing null to parameter ($ignore) of type string
  3. Fixed PHPDoc types for compatibility with PHP 8.1+

1. Changed `ldap_connect` error handling. `ldap_error` expects `LDAP\Connection`, and `ldap_connect` returns `false` if the syntax check fails
2. Fixed deprecation: passing null to parameter (`$ignore`) of type string
3. Fixed PHPDoc types for compatibility with PHP 8.1+
@sergix44 sergix44 merged commit 903f87e into sergix44:master Dec 17, 2023
7 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants