From f77b4d4f96b5465f08cb42f7b536842e371d629e Mon Sep 17 00:00:00 2001
From: Dominik Eckelmann <deckelmann@gmail.com>
Date: Sat, 21 Apr 2012 10:05:29 +0200
Subject: [PATCH] Note on enabling HTTPS/SSL support for php on windows

---
 _test/README | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/_test/README b/_test/README
index 358da0329..a4206f489 100644
--- a/_test/README
+++ b/_test/README
@@ -33,6 +33,14 @@ This is a known problem with PHPUnit, the error can be avoided by passing the
 
   phpunit --stderr
 
+On windows you may have to enable OpenSSL support for https tests.
+Some of them point to httpclient_http.tests.php on the failure.
+To enable HTTPS support copy the ''libeay32.dll'' and ''ssleay32.dll'' to your ''windows\system32'' folder
+and add the following line to your php.ini in the extension section:
+<code ini>
+extension=php_openssl.dll
+</code>
+
 ===== Running selected Tests =====
 
 You can run a single test file by providing it as an argument to phpunit:
-- 
GitLab