You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update ldap extension to use libldap2 for Debian Trixie
Debian Trixie uses the package name 'libldap2' (OpenLDAP 2.6.10) instead of
'libldap-2.5-0' from Bookworm. This caused "Package 'libldap-2.5-0' has no
installation candidate" errors when building the ldap extension on Trixie.
Changes:
- Update all Trixie ldap Dockerfiles: libldap-2.5-0 → libldap2
- Affects PHP 8.1, 8.2, 8.3, 8.4, 8.5 on Trixie
- Alpine versions remain unchanged
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments