authentication icon indicating copy to clipboard operation
authentication copied to clipboard

LDAP identifier is not compatible with php 8.3

Open doshu opened this issue 1 year ago • 1 comments

in php 8.3 ldap_connect function throw a deprecated warning if used with the signature $host, $port instead of $dsn

LDAP identifier set a custom error handler for catching ldap error enf throw an exception.

inthis way the deprecated warning is converted in an exception

doshu avatar Feb 07 '24 13:02 doshu

This issue is stale because it has been open for 120 days with no activity. Remove the stale label or comment or this will be closed in 15 days

github-actions[bot] avatar Jun 07 '24 02:06 github-actions[bot]

@doshu Do you want to make a PR here?

dereuromark avatar Apr 18 '25 13:04 dereuromark

i think the issue has already been handled using the dsn in the ldap_connect function in the ExtensionAdapter class

doshu avatar Apr 18 '25 14:04 doshu