PHP 8.5.0 Alpha 4 available for testing

Voting

: one plus five?
(Example: nine)

The Note You're Voting On

alex at netflex dot nl
17 years ago
If you want to use ldaps on windows but you don't want to validate the tls certificate try the following line before the ldap_connect call:

putenv('LDAPTLS_REQCERT=never') or die('Failed to setup the env');

<< Back to user notes page

To Top