mirror of
https://github.com/php/php-src.git
synced 2026-04-06 15:43:13 +02:00
skip the test on OpenSSL < 1.1 for now
This commit is contained in:
@@ -3,6 +3,7 @@ sni_server
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!extension_loaded("openssl")) die("skip openssl not loaded");
|
||||
if (OPENSSL_VERSION_NUMBER >= 0x10100000) die("skip OpenSSL < v1.1.0 required");
|
||||
--FILE--
|
||||
<?php
|
||||
$serverCode = <<<'CODE'
|
||||
|
||||
Reference in New Issue
Block a user