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 edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
==Version 1.4==
* Changed function syntax.
* Cleaned the code up
==Version 1.2==
==Version 1.2==
===
 
* Added a data return value to curl_perform, it now returns curlcode, data
* 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
* Removed the second argument curl_perform, it now only accepts the curl handle
* fixed curl_init( string url ). It now works correctly
* fixed curl_init( string url ). It now works correctly

Latest revision as of 11:13, 22 June 2014

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