Merge branch 'PHP-8.4'

This commit is contained in:
Jakub Zelenka 2025-07-17 13:45:32 +02:00
commit a59caa3c33
No known key found for this signature in database
GPG key ID: 1C0779DC5C0A9DE4

View file

@ -6,6 +6,10 @@ ldap
LDAPCONF={PWD}/ldap_start_tls_rc_max_version.conf LDAPCONF={PWD}/ldap_start_tls_rc_max_version.conf
--SKIPIF-- --SKIPIF--
<?php <?php
// Skip in CI for now as adding olcTLSProtocolMin does not seem to work (needs investigation)
if (getenv('CI')) {
die("Skip in CI for now");
}
$require_vendor = [ $require_vendor = [
"name" => "OpenLDAP", "name" => "OpenLDAP",
"min_version" => 20600, "min_version" => 20600,