All notable changes to this project will be documented in this file, in reverse chronological order by release.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #82 adds support for PHP 7.3.
- Nothing.
- Nothing.
- Nothing.
- #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
- Nothing.
- #69 Drop support for OpenLDAP < 2.2 due to using ldap-URI exclusively - Thanks to @fduch
- #51 Use ldap_escape to escape values instead of own function - Thanks to @KaelBaldwin
- Nothing.
- #71 Removes composer-flag
--ignore-platform-deps
to fix Travis-CI build - #77 Fixes links to PR in CHANGELOG.md)
- #78 Updated Location for docs.
- #78 Updated PHPUnit.
- Nothing.
- Nothing.
- Nothing.
- #48 adds and publishes the documentation to https://zendframework.github.io/zend-ldap/
- Nothing.
- Nothing.
- #47 Fixes a BC-Break caused by the missing default-ErrorHandler
- #43 Adds possibility to use Zend\StdLib and Zend\EventManager in Version 3
- Support for PHP7
- Nothing.
- #21 Removes dependency Zend\StdLib
- #17 Fixes HHVM builds
- #44 Fixes broken builds in PHP7 due to faulty sorting-test
- #40 Fixes connection test that failed due to different failure messages in PHP5 and 7
- Nothing.
- Nothing.
- Nothing.
- #20 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
- #6 Adds a possibility to delete attributes without having to remove the complete node and add it again without the attribute
- Nothing.
- Nothing.
- #16 Fixed the usage of
ldap_sort
during sorting search-results due to deprecation ofldap_sort
in PHP 7
- #16 removes the call to the now deprecated ldap_sort-function wile still preserving the sort-functionality.
- #14 adds a Vagrant environment for running an LDAP server against which to run the tests; additionally, it adds Travis-CI scripts for setting up an LDAP server with test data.
- Nothing.
- Nothing.
- #18 Fixes an already
removed second parameter to
ldap_first_attribute
andldap_next_attribute