This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
3.0.0
This is very likely the final major release of this library. All of the known issues have been resolved and existing features polished. Unless there is a serious issue discovered, there will be only minor releases that bring compatibility with PHP's LDAP implementation as new releases come.
- [fix] Prevent executing arbitrary functions in Ldap::ldapSearch()
- [new] (breaking)
Ldap::search()
,Ldap::list()
,Ldap::read()
no longer have the$scope
argument - [new] Add Makefile (finally!)
- [new] Error messages from ldap functions are now suppressed with @
- [new] (breaking) ResultResource is now Result