Skip to content

Commit ba70478

Browse files
committed
Skip bug74159 test for OpenSSL lower than 1.0.1
1 parent 8e5d080 commit ba70478

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/openssl/tests/bug74159.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Bug #74159: Writing a large buffer to non-blocking encrypted streams fails
44
<?php
55
if (!extension_loaded("openssl")) die("skip openssl not loaded");
66
if (!function_exists("proc_open")) die("skip no proc_open");
7+
if (OPENSSL_VERSION_NUMBER < 0x10001001) die("skip OpenSSLv1.0.1 required");
78
?>
89
--FILE--
910
<?php

0 commit comments

Comments
 (0)