PHP :: Bug #42247 :: missing ldap_parse_result
| Bug #42247 | missing ldap_parse_result | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Submitted: | 2007-08-08 13:05 UTC | Modified: | 2007-08-10 13:02 UTC |
|
||||||||||
| From: | comet at ourplanet dot at | Assigned: | ||||||||||||
| Status: | Closed | Package: | LDAP related | |||||||||||
| PHP Version: | 5.2.4RC1 | OS: | Windows XP | |||||||||||
| Private report: | No | CVE-ID: | None | |||||||||||
[2007-08-08 13:05 UTC] comet at ourplanet dot at
Description: ------------ I am wondering where the function ldap_parse_result is gone ?! All functions within ldap are working fine but ldap_parse_result is unknown. Anyone an idea why this function is not longer implemented and why this fact is not documentated ?! Why i need this function ? : I need the ServerControls from an result to implement paging for Active Directory queries( active directory returns only 1000 entries by default ). ( ldap_get_option( $connection, LDAP_OPT_SERVER_CONTROLS, $returnValue ) -> does not work too ).
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2007-08-09 08:43 UTC] jani@php.net
[2007-08-09 15:27 UTC] comet at ourplanet dot at
[2007-08-10 13:02 UTC] jani@php.net