[Requirements] Mention allow_url_fopen & update instructions

LogMANOriginal 2016-11-05 16:20:34 +01:00
parent c2e548dce2
commit ce21a5fff2

@ -3,5 +3,6 @@
- PHP 5.6 (or higher)
- `openssl` extension
- `libxml` extension
- `allow_url_fopen` enabled (`On` or `1`)
Turn on the OpenSSL support by un-commenting the line `extension=php_openssl.dll` in your PHP configuration (`php.ini`)
Enable extensions by un-commenting the corresponding line in your PHP configuration (`php.ini`).