nseibert / ldap

LDAP Extension for TYPO3 CMS
3 stars 3 forks source link

fix: PHP 8.3 deprecates second parameter of ldap_connect #35

Open tylkomat opened 1 month ago

tylkomat commented 1 month ago

PHP 8.3 deprecates second parameter of ldap_connect signature see: https://www.php.net/manual/en/function.ldap-connect.php

That leaves only uri connection string.

Also added casts for expected types.