Template:Modules/cURL/changelog

From Multi Theft Auto: Wiki
Revision as of 11:13, 22 June 2014 by DutchCaffeine (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Version 1.4

  • Changed function syntax.
  • Cleaned the code up

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