Note: You are currently viewing documentation for Moodle 2.5. Up-to-date documentation for the latest stable version of Moodle may be available here: admin/environment/php extension/openssl.

admin/environment/php extension/openssl

From MoodleDocs
Revision as of 05:52, 14 August 2007 by Martin Dougiamas (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

To install the openssl library on Windows

  1. Open the php.ini file found in the moodle/apache/bin folder
  2. Find the line: ;extension=php_openssl.dll
  3. Remove the ; at the beginning of the line
  4. Restart apache if necessary

To install the openssl library on Unix

  1. You need to recompile PHP from source
  2. add --with-openssl to the command line when you run configure