Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Releases: zendframework/zend-ldap

zend-ldap 2.10.1

17 Oct 16:28
release-2.10.1
Compare
Choose a tag to compare

Added

  • #82 adds support for PHP 7.3.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-ldap 2.10.0

05 Jul 05:58
release-2.10.0
b63c788
Compare
Choose a tag to compare

Added

Deprecated

  • Nothing.

Removed

  • #69 Drop support for OpenLDAP < 2.2 due to using ldap-URI exclusively - Thanks to @fduch

Fixed

  • #51 Use ldap_escape to escape values instead of own function - Thanks to @KaelBaldwin

zend-ldap 2.9.0

25 Apr 06:36
release-2.9.0
eced1c5
Compare
Choose a tag to compare

Added

  • #78 Added support for PHP 7.2
  • #60 Adds tests for nightly PHP-builds

Deprecated

  • Nothing.

Removed

  • #61 Removed support for PHP 5.5.
  • #78 Removed support for HHVM.

Fixed

  • #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.

zend-ldap 2.8.0

06 Mar 20:54
release-2.8.0
a9284a7
Compare
Choose a tag to compare

Added

  • #53 Adds addAttribute-method to Ldap-class
  • #57 adds support for coding-standards.

zend-ldap 2.4.11

06 Mar 20:54
Compare
Choose a tag to compare
release-2.4.11

zend-ldap 2.4.11

zend-ldap 2.7.1

23 May 19:23
release-2.7.1
Compare
Choose a tag to compare

Added

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #47 Fixes a BC-Break caused
    by the missing default-ErrorHandler

zend-ldap 2.7.0

21 Apr 20:39
release-2.7.0
Compare
Choose a tag to compare

Added

Deprecated

  • Nothing.

Removed

  • #21 Removes dependency Zend\StdLib

Fixed

  • #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

zend-ldap 2.6.1

21 Apr 20:38
release-2.6.1
Compare
Choose a tag to compare

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