summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-02-22 17:40:08 +0100
committerNikita Popov <nikita.ppv@gmail.com>2019-02-22 17:40:08 +0100
commit4d18ab73ec8a309e626920022e895531759fd576 (patch)
tree3abbc3d56c7624a13223a64c47068e60482614fb
parent276de4101489883e8f1d983de9c7853b80ffc455 (diff)
parent139492b1ae67efe541f88f8d1f3183e40ad7636d (diff)
downloadphp-git-4d18ab73ec8a309e626920022e895531759fd576.tar.gz
Merge branch 'PHP-7.4'
-rw-r--r--ext/openssl/tests/bug77390.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/openssl/tests/bug77390.phpt b/ext/openssl/tests/bug77390.phpt
index a71275ef6f..5cac8e32fa 100644
--- a/ext/openssl/tests/bug77390.phpt
+++ b/ext/openssl/tests/bug77390.phpt
@@ -4,6 +4,7 @@ Bug #76705: feof might hang on TLS streams in case of fragmented TLS records
<?php
if (!extension_loaded("openssl")) die("skip openssl not loaded");
if (!function_exists("proc_open")) die("skip no proc_open");
+die("skip Disabled due to too many spurious failures");
?>
--FILE--
<?php