|
|
|
Issue Links:
|
Relates
|
|
|
|
This issue has been marked as being related by:
|
|
MDL-12699
META: Curl, download and componentlib issues
|
|
|
|
|
|
|
| Participants: |
Martin Dougiamas and Petr Skoda
|
| Security Level: |
None
|
| Resolved date: |
31/Dec/07
|
| Affected Branches: |
MOODLE_17_STABLE
|
| Fixed Branches: |
MOODLE_19_STABLE, MOODLE_20_STABLE
|
We should standardise on curl for external access because it supports a lot of things like SSL which we need more and more. Moodle Networking requires it.
We can do this in a compatible way by including the libcurlemu project in Moodle:
http://code.blitzaffe.com/pages/phpclasses/category/52/fileid/7
Once this is added, code in a few places should be converted to use it. (downloading lang packs, timezones, etc).
|
|
Description
|
We should standardise on curl for external access because it supports a lot of things like SSL which we need more and more. Moodle Networking requires it.
We can do this in a compatible way by including the libcurlemu project in Moodle:
http://code.blitzaffe.com/pages/phpclasses/category/52/fileid/7
Once this is added, code in a few places should be converted to use it. (downloading lang packs, timezones, etc). |
Show » |
|
thanks for the report