heiglandreas / authLdap

LDAP-Authentication for WordPress
http://andreas.heigl.org/cat/dev/wp/authldap/
MIT License
69 stars 38 forks source link

PHP 8.12 compatibility #211

Closed smallouki closed 2 years ago

smallouki commented 2 years ago

It seems I've stumbled upon an issue with the php version 8.12. The ldap plugin does not work and in the log there is an error message:

"no resource handle given"

After reverting to php 8.0.15 I could log in again using your plugin.

Thanks for the great work.

heiglandreas commented 2 years ago

Oh. Right. THanks for mentioning this! There was a change in what the LDAP-commands return. And I am checking that at one point! Expect a fix next week!

smallouki commented 2 years ago

Wow. You are indeed as good as your reputation indicates. Thanks a lot!

heiglandreas commented 2 years ago

There's a new version 2.4.11 released which should now also work on PHP8.1

smallouki commented 2 years ago

Awesome thank you very much. I'll try asap.

smallouki commented 2 years ago

Works like a charm. Thank you very much.