php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #54764 Missing default value for last parameter of ldap_list()
Submitted: 2011-05-17 10:14 UTC Modified: 2011-05-17 23:46 UTC
From: gwarnants at gmail dot com Assigned:
Status: Wont fix Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2011-05-17 10:14 UTC] gwarnants at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/function.ldap-list#Description
---

According to parameters description, default value for parameter $deref should be set to constant LDAP_DEREF_NEVER in the prototype.

Regards,
Geoffray

Expected result:
----------------
resource ldap_list ( resource $link_identifier , string $base_dn , string $filter [, array $attributes [, int $attrsonly [, int $sizelimit [, int $timelimit [, int $deref = LDAP_DEREF_NEVER ]]]]] )

Actual result:
--------------
resource ldap_list ( resource $link_identifier , string $base_dn , string $filter [, array $attributes [, int $attrsonly [, int $sizelimit [, int $timelimit [, int $deref ]]]]] )

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-05-17 23:36 UTC] salathe@php.net
Automatic comment from SVN on behalf of salathe
Revision: http://svn.php.net/viewvc/?view=revision&revision=311154
Log: initializer for deref param of ldap_list() (doc #54764)
 [2011-05-17 23:46 UTC] salathe@php.net
-Status: Open +Status: Wont fix
 [2011-05-17 23:46 UTC] salathe@php.net
Revision http://svn.php.net/viewvc/?view=revision&revision=311157 reverts this 
change.

The use of the term "default" in the description does not mean the value which 
should go in the function prototype, rather the default setting of the LDAP_OPT_DEREF option.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 08:01:29 2024 UTC