mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.3' into PHP-8.4
This commit is contained in:
@@ -6,6 +6,10 @@ ldap
|
||||
LDAPCONF={PWD}/ldap_start_tls_rc_max_version.conf
|
||||
--SKIPIF--
|
||||
<?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 = [
|
||||
"name" => "OpenLDAP",
|
||||
"min_version" => 20600,
|
||||
|
||||
Reference in New Issue
Block a user