Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
Port-to-php-ldap-8.4.patch | Port to php-ldap 8.4 PHP 8.3.16 and 8.4.3 modified a check to makes sure that for some LDAP operations the array of values is a "numerically indexed array": https://github.com/php/php-src/commit/f90323c8d4456ff2b9a0f442f6a383d9b58185ae This was a fix for https://github.com/php/php-src/issues/17280 . However as mentioned in https://github.com/DirectoryTree/LdapRecord/issues/753 this can cause regressions. We change Net_LDAP2_Entry::getValue() to return lists not associative arrays for multivariate attributes. |
Guilhem Moulin <guilhem@debian.org> | no | debian | 2025-01-30 | |
Fix-FTBFS-with-phpunit-10.patch | Fix FTBFS with phpunit 10. | Guilhem Moulin <guilhem@debian.org> | not-needed | debian | 2023-07-08 | |
Port-to-php-ldap-8.1.patch | Port to php-ldap 8.1 In PHP 8.1 LDAP resources were migrated to LDAP\Connection, LDAP\Result, and LDAP\ResultEntry objects, see https://php.watch/versions/8.1/LDAP-resource . This breaks compatibility with php-ldap <8.1. |
Guilhem Moulin <guilhem@debian.org> | no | 2023-02-11 |