PHP 8.5.0 Alpha 1 available for testing

Voting

: max(nine, seven)?
(Example: nine)

The Note You're Voting On

hansfn at gmail dot com
19 years ago
Luckily you can turn on debugging before you open a connection:

ldap_set_option(NULL, LDAP_OPT_DEBUG_LEVEL, 7);

This way you at least can see in the logs if the connection fails...

<< Back to user notes page

To Top