MDL-11510 added missing fields in new gradebook backup
[moodle-pu.git] / lib / libcurlemu / readme_moodle.txt
blob5006b8d7d07488406d6bd31d8edb4b2dc0b03616
1 Description of libcurlemu v1.0.3 import into Moodle
3 Changes:
4  * example.php - removed
5  * original HTTPRetriever v1.1.5 replaced by standalone package v1.1.9
6  * fixed many warnings and cookie problem in HTTPRetriever - marked by //moodlefix (to be reported later upstream after some more testing)
7  
8 Note to developers:
9  1/ if you want to test binary curl, disable curl in PHP config
10  2/ if you want to test php emulation, do 1/ and define("CURL_PATH","/usr/bin/curlxxxxxxx"); in config.php
12 TODO:
13  * test the proxy function and add admin tree settings for $CFG->proxyuser and $CFG->proxypassword
15 $Id$