Note: You are currently viewing documentation for Moodle 3.6. Up-to-date documentation for the latest stable version of Moodle is likely available here: admin/environment/php extension/curl.

Talk:admin/environment/php extension/curl

From MoodleDocs
Revision as of 19:31, 7 May 2019 by Elliot Bannister (talk | contribs) (Additional solution to installing curl library on Windows)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

I was receiving an error about php_curl.dll during my Moodle installation. I tried the suggestions on this page – it seems php_extension=curl was already uncommented in php.ini, and copying the icuXX##.dll files to the Apache bin directory didn't seem to make a difference either. So, I tried downloading a more recent version of php_curl.dll (from this website) and replaced the existing one in C:\wamp64\bin\php\php7.3.1\ext and it seems to have done the trick.