Closed
Description
Description
The following code:
<?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