Description
The following code:
$ldap=ldap_connect("ldap://127.0.0.1");
var_dump(ldap_set_option($ldap,LDAP_OPT_NETWORK_TIMEOUT,3));
'
Resulted in this output:
But I expected this output instead:
LDAP_OPT_PROTOCOL_VERSION doesn't work either.
PHP Version
PHP 8.4.24 (cli) (built: Jul 30 2026 15:23:13) (NTS)
Copyright (c) The PHP Group
Built by Ubuntu
Zend Engine v4.4.24, Copyright (c) Zend Technologies
with Zend OPcache v8.4.24, Copyright (c), by Zend Technologies
Operating System
Ubuntu 24.04
Description
The following code:
$ldap=ldap_connect("ldap://127.0.0.1"); var_dump(ldap_set_option($ldap,LDAP_OPT_NETWORK_TIMEOUT,3)); 'Resulted in this output:
But I expected this output instead:
LDAP_OPT_PROTOCOL_VERSION doesn't work either.
PHP Version
Operating System
Ubuntu 24.04