Skip to content

LDAP fixes#547

Merged
sergix44 merged 1 commit intosergix44:masterfrom
samrzhevsky:master
Dec 17, 2023
Merged

LDAP fixes#547
sergix44 merged 1 commit intosergix44:masterfrom
samrzhevsky:master

Conversation

@samrzhevsky
Copy link
Copy Markdown
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
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.

2 participants