php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #25633 [chm] bug on function.ldap-start-tls.html
Submitted: 2003-09-23 09:34 UTC Modified: 2004-06-28 17:44 UTC
From: daniel dot abbatt at mail dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.3.3 OS: windows
Private report: No CVE-ID: None
 [2003-09-23 09:34 UTC] daniel dot abbatt at mail dot com
Description:
------------
I have found a bug on page function.ldap-start-tls.html
[chm date: 2003-09-06]...

To get around this, just use ldap_set_option to make the LDAP connection use Protocol 2 (if supported).


should be 

To get around this, just use ldap_set_option to make the LDAP connection use Protocol 3 (if supported).

as the point of the text is that php uses 2 as default.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-06-28 17:44 UTC] didou@php.net
This was a user note bug as the function is not documented :)

I fixed the note
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Aug 07 00:00:02 2025 UTC