Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Zend_Ldap] php 8.1 & 8.2 compatibility fixes #333

Merged
merged 4 commits into from
Mar 6, 2023

Commits on Mar 2, 2023

  1. adjust for openldap 2.5.x and php 8.1 & 8.2

    enable ldap tests
    marcing authored and hungtrinh committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    a88b9d6 View commit details
    Browse the repository at this point in the history
  2. removes calls to ldap_sort while keeping sort features

    ldap_sort got deprecated in php 7.0.0, removed in php 8.0.0
    
    ported from laminas/laminas-ldap@35162e6 and latest version of https:/laminas/laminas-ldap/tree/2.18.x
    marcing authored and hungtrinh committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    a5349de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1250b4c View commit details
    Browse the repository at this point in the history
  4. phpunit, correctly assertion method

    make a mistake when use php-rector migrate phpunit 3.x -> php 9.x
    hungtrinh committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    80e07ef View commit details
    Browse the repository at this point in the history