To install the openssl library on Windows
- Open the php.ini file found in the moodle/apache/bin (if not there then, in folder server/php/)
- Find the line:
;extension=php_openssl.dll
- Remove the
;
at the beginning of the line - Restart apache if necessary
To install the openssl library on Unix
- You need to recompile PHP from source
- add --with-openssl to the command line when you run configure Sumber : http://docs.moodle.org/25/en/admin/environment/php_extension/openssl
0 comments:
Post a Comment