We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5d080 commit ba70478Copy full SHA for ba70478
ext/openssl/tests/bug74159.phpt
@@ -4,6 +4,7 @@ Bug #74159: Writing a large buffer to non-blocking encrypted streams fails
4
<?php
5
if (!extension_loaded("openssl")) die("skip openssl not loaded");
6
if (!function_exists("proc_open")) die("skip no proc_open");
7
+if (OPENSSL_VERSION_NUMBER < 0x10001001) die("skip OpenSSLv1.0.1 required");
8
?>
9
--FILE--
10
0 commit comments