### Description The following code: ```php <?php new LDAP\Connection; ``` Resulted in this output: ``` Error: Cannot directly construct LDAP\Connection, use ldap_create() instead ``` But I expected this output instead: ``` Error: Cannot directly construct LDAP\Connection, use ldap_connect() instead ``` ### PHP Version PHP 8.2.0 ### Operating System _No response_