Modules/cURL/changelog

From Multi Theft Auto: Wiki
Revision as of 14:18, 27 May 2013 by Alexander (talk | contribs) (Created page with "The changelog for the module cURL Version 1.2 ---- * Added a data return value to curl_perform, it now returns curlcode, data * Removed the second argument curl_perform, it now...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The changelog for the module cURL

Version 1.2


  • Added a data return value to curl_perform, it now returns curlcode, data
  • Removed the second argument curl_perform, it now only accepts the curl handle
  • fixed curl_init( string url ). It now works correctly