All notable changes to this project will be documented in this file, in reverse chronological order by release.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
Release Notes for 2.13.0
Feature release (minor)
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 2
- 30: Remove obsoleted file, fixing
php$VERSION-ldap
package installation thanks to @heiglandreas - 29: Create separate testsuite for connectivity-tests thanks to @heiglandreas
- 27: Fix some php 8.1 compatibility issues thanks to @tbl0605
Release Notes for 2.12.0
Feature release (minor)
- Total issues resolved: 1
- Total pull requests resolved: 3
- Total contributors: 3
- 23: Added support for PHP 8.1 thanks to @Koen1999 and @froschdesign
- 18: Psalm integration thanks to @ghostwriter
- 16: Remove file headers thanks to @ghostwriter
Release Notes for 2.11.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
- 13: Support PHP 7.3 7.4 8.0 thanks to @phil-davis
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Fixed
replace
version constraint in composer.json so repository can be used as replacement ofzendframework/zend-ldap:^2.10.1
.
- #8 adds support for PHP 7.4.
- Nothing.
- Nothing.
- Nothing.
- #7 fixes compatibility with PHP 7.4 in
Collection\DefaultIterator
.
- zendframework/zend-ldap#82 adds support for PHP 7.3.
- Nothing.
- Nothing.
- Nothing.
- zendframework/zend-ldap#64 Adds support for SASL-Bind - Thanks to @mbaynton
- zendframework/zend-ldap#66 Adds support for automatic reconnection - Thanks to @mbaynton
- zendframework/zend-ldap#73 Adds support for modifying attributes - Thanks to @glimac and @mbaynton
- Nothing.
- zendframework/zend-ldap#69 Drop support for OpenLDAP < 2.2 due to using ldap-URI exclusively - Thanks to @fduch
- zendframework/zend-ldap#51 Use ldap_escape to escape values instead of own function - Thanks to @KaelBaldwin
- zendframework/zend-ldap#78 Added support for PHP 7.2
- zendframework/zend-ldap#60 Adds tests for nightly PHP-builds
- Nothing.
- zendframework/zend-ldap#61 Removed support for PHP 5.5.
- zendframework/zend-ldap#78 Removed support for HHVM.
- zendframework/zend-ldap#71 Removes composer-flag
--ignore-platform-deps
to fix Travis-CI build - zendframework/zend-ldap#77 Fixes links to PR in CHANGELOG.md)
- zendframework/zend-ldap#78 Updated Location for docs.
- zendframework/zend-ldap#78 Updated PHPUnit.
- zendframework/zend-ldap#53 Adds addAttribute-method to Ldap-class
- zendframework/zend-ldap#57 adds support for new coding-standards.
- Nothing.
- Nothing.
- Nothing.
- zendframework/zend-ldap#48 adds and publishes the documentation to https://docs.laminas.dev/laminas-ldap/
- Nothing.
- Nothing.
- zendframework/zend-ldap#47 Fixes a BC-Break caused by the missing default-ErrorHandler
- zendframework/zend-ldap#43 Adds possibility to use Laminas\StdLib and Laminas\EventManager in Version 3
- Support for PHP7
- Nothing.
- zendframework/zend-ldap#21 Removes dependency Laminas\StdLib
- zendframework/zend-ldap#17 Fixes HHVM builds
- zendframework/zend-ldap#44 Fixes broken builds in PHP7 due to faulty sorting-test
- zendframework/zend-ldap#40 Fixes connection test that failed due to different failure messages in PHP5 and 7
- Nothing.
- Nothing.
- Nothing.
- zendframework/zend-ldap#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.
- zendframework/zend-ldap#25 Check for correct Headers in the documentation and fix it
- zendframework/zend-ldap#27 Check for different issues in the documentation and fixed it
- zendframework/zend-ldap#29 Check for incorrect Blockquotes in the documentation and fix it
- zendframework/zend-ldap#6 Adds a possibility to delete attributes without having to remove the complete node and add it again without the attribute
- Nothing.
- Nothing.
- zendframework/zend-ldap#16 Fixed the usage of
ldap_sort
during sorting search-results due to deprecation ofldap_sort
in PHP 7
- zendframework/zend-ldap#16 removes the call to the now deprecated ldap_sort-function wile still preserving the sort-functionality.
- zendframework/zend-ldap#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.
- zendframework/zend-ldap#18 Fixes an already
removed second parameter to
ldap_first_attribute
andldap_next_attribute