com php-src: Revert "fix wrong version check": ext/openssl/test s/session_meta_capture.phpt

[email protected] (Anatol Belski)
Newsgroups php.cvs
Message-ID <[email protected]>
Commit:    9ecd344cd4af91782de797fc215d9cffe671a39b
Author:    Anatol Belski <[email protected]>         Wed, 22 Mar 2017 17:42:44 +0100
Parents:   307a4a2315bc13bbcb87567f685a96d1effc9727
Branches:  master

Link:       http://git.php.net/?p=php-src.git;a=commitdiff;h=9ecd344cd4af91782de797fc215d9cffe671a39b

Log:
Revert "fix wrong version check"

This reverts commit 307a4a2315bc13bbcb87567f685a96d1effc9727.

Changed paths:
  M  ext/openssl/tests/session_meta_capture.phpt


Diff:
diff --git a/ext/openssl/tests/session_meta_capture.phpt b/ext/openssl/tests/session_meta_capture.phpt
index 5230d37..a09d7e8 100644
--- a/ext/openssl/tests/session_meta_capture.phpt
+++ b/ext/openssl/tests/session_meta_capture.phpt
@@ -4,7 +4,7 @@ Capture SSL session meta array in stream context
 <?php
 if (!extension_loaded("openssl")) die("skip openssl not loaded");
 if (!function_exists("proc_open")) die("skip no proc_open");
-if (OPENSSL_VERSION_NUMBER < 0x10100000) die("skip OpenSSLv1.1.0 required");
+if (OPENSSL_VERSION_NUMBER < 0x10001001) die("skip OpenSSLv1.0.1 required");
 --FILE--
 <?php
 $serverCode = <<<'CODE'
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.