PHP 8.5.0 Beta 1 available for testing

Voting

: min(four, four)?
(Example: nine)

The Note You're Voting On

chester at the dot underground dot com dot au
21 years ago
If you are searching active directory and are experiencing lag or time outs, it may be that you are being given ldap referrals from the ldap server. The following code will disable this.

<?
ldap_set_option($connect, LDAP_OPT_REFERRALS, 0);
?>

<< Back to user notes page

To Top