php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #75417 Incorrect ldap_set_option() parameter documented
Submitted: 2017-10-23 06:58 UTC Modified: 2017-10-28 15:27 UTC
From: nerijus dot kislauskas at ktu dot lt Assigned: cmb (profile)
Status: Closed Package: LDAP related
PHP Version: 7.1.10 OS:
Private report: No CVE-ID: None
 [2017-10-23 06:58 UTC] nerijus dot kislauskas at ktu dot lt
Description:
------------
---
From manual page: http://www.php.net/function.ldap-set-option
---
Documentation says:
LDAP_OPT_X_TLS_KEYILE 	string 	PHP 7.1.0

This option produces PHP Notice:
Use of undefined constant LDAP_OPT_X_TLS_KEYILE

I would like to believe this is a mistype and should be LDAP_OPT_X_TLS_KEYFILE.


Expected result:
----------------
Correct option LDAP_OPT_X_TLS_KEYFILE parameter expected in Documentation.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-10-28 15:11 UTC] cmb@php.net
-Status: Open +Status: Verified -Package: Documentation problem +Package: LDAP related -Assigned To: +Assigned To: cmb
 [2017-10-28 15:26 UTC] cmb@php.net
Automatic comment from SVN on behalf of cmb
Revision: http://svn.php.net/viewvc/?view=revision&revision=343323
Log: Fix bug #75417: Incorrect ldap_set_option() parameter documented
 [2017-10-28 15:27 UTC] cmb@php.net
-Status: Verified +Status: Closed
 [2017-10-28 15:27 UTC] cmb@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.
 [2020-02-07 06:06 UTC] phpdocbot@php.net
Automatic comment on behalf of cmb
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=f453ac589341a536aac4ff238123f5f4b5c8c90e
Log: Fix bug #75417: Incorrect ldap_set_option() parameter documented
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 21:01:27 2024 UTC