Template:Modules/cURL/changelog: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "==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 * f...")
(No difference)

Revision as of 14:20, 27 May 2013

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