This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
Releases: zendframework/zend-ldap
Releases · zendframework/zend-ldap
zend-ldap 2.10.1
zend-ldap 2.10.0
Added
- #64 Adds support for SASL-Bind - Thanks to @mbaynton
- #66 Adds support for automatic reconnection - Thanks to @mbaynton
- #73 Adds support for modifying attributes - Thanks to @glimac and @mbaynton
Deprecated
- Nothing.
Removed
Fixed
- #51 Use ldap_escape to escape values instead of own function - Thanks to @KaelBaldwin
zend-ldap 2.9.0
Added
Deprecated
- Nothing.
Removed
Fixed
zend-ldap 2.8.0
zend-ldap 2.4.11
release-2.4.11 zend-ldap 2.4.11
zend-ldap 2.7.1
Added
- #48 adds and publishes
the documentation to https://zendframework.github.io/zend-ldap/
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #47 Fixes a BC-Break caused
by the missing default-ErrorHandler
zend-ldap 2.7.0
Added
- #43 Adds possibility to use Zend\StdLib and Zend\EventManager in Version 3
- Support for PHP7
Deprecated
- Nothing.
Removed
- #21 Removes dependency Zend\StdLib
Fixed
zend-ldap 2.6.1
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #19 checks whether the LDAP-connection shall use SSL or not and decides based on that which port to use if no port has been set.
- #25 Check for correct Headers in the documentation and fix it
- #27 Check for different issues in the documentation and fixed it
- #29 Check for incorrect Blockquotes in the documentation and fix it