Releases: xp-framework/ldap
Releases · xp-framework/ldap
9.1.1: LDAPSearchResult iteration fix
9.1.0: Closeable search results
9.0.0: Drop PHP 5 support
- Implemented xp-framework/rfc#334: Drop PHP 5.6:
. Heads up: Minimum required PHP version now is PHP 7.0.0
. Rewrote code base, grouping use statements
. Rewroteisset(X) ? X : default
toX ?? default
. Convertednewinstance
to anonymous classes
(@thekid)
8.1.3: XP10 compatibility
- Made compatible with XP 10 - @thekid
8.1.2: Deref bugfix
- Merged PR #14: Bug: Use correct order of calls - @johannes85
8.1.1: PHP 7.3 fixes, performance
8.1.0: LDAP_NO_SUCH_OBJECT
8.0.1: PHP 7.2 compatibility
- Fixed compatiblity with PHP 7.2 - @thekid
8.0.0: LDAPClient removal, XP9
- Heads up: Dropped PHP 5.5 support - now requires PHP 5.6 minimum!
(@thekid) - Fixed issue #9: Function ldap_sort() is deprecated by implementing
sorting in userland. See PR #19
(@thekid) - Heads up: Removed deprecated peer.ldap.LDAPClient class. Use the
new peer.ldap.LDAPConnection class introduced with PR #5 in April 2016
(@thekid) - Added forward compatibility with XP 9.0.0 - @thekid
7.4.3: NPE fix
- Fixed "lang.NullPointerException (Undefined variable: user)" - @thekid