[Requirements] Explain 'openssl extension' more explicitly

LogMANOriginal 2016-08-28 19:01:59 +02:00
parent 0b4f6635a2
commit caa502b720

@ -1,4 +1,6 @@
**RSS-Bridge** requires a Web server with:
- PHP 5.4 (or higher)
- `openssl` extension enabled in PHP configuration (`php.ini`)
- `openssl` extension
Turn on the OpenSSL support by un-commenting the line `extension=php_openssl.dll` in your PHP configuration (`php.ini`)