summaryrefslogtreecommitdiff
path: root/_test/README
diff options
context:
space:
mode:
authorDominik Eckelmann <deckelmann@gmail.com>2012-04-21 10:05:29 +0200
committerDominik Eckelmann <deckelmann@gmail.com>2012-04-21 10:05:29 +0200
commitf77b4d4f96b5465f08cb42f7b536842e371d629e (patch)
treeb6062fec82e650e3fc5c5f91cee446b76ce7b4a6 /_test/README
parentf7161c34cbd45d87124ad25cf06d3ff57e3bc23f (diff)
downloadrpg-f77b4d4f96b5465f08cb42f7b536842e371d629e.tar.gz
rpg-f77b4d4f96b5465f08cb42f7b536842e371d629e.tar.bz2
Note on enabling HTTPS/SSL support for php on windows
Diffstat (limited to '_test/README')
-rw-r--r--_test/README8
1 files changed, 8 insertions, 0 deletions
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: