mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.4'
This commit is contained in:
commit
a59caa3c33
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue