Releases: php-mod/curl
Releases · php-mod/curl
1.9.2
1.9.1: PHP Doc cleanup (#47)
* PHP Doc cleanup + Remove boolean typo + Use boolean instead of bool for all phpdoc types + Fixed variable description + Removed symfony coding standard annotation. * Update Curl.php * Update Curl.php
1.9.0
1.8.0
1.7.1
1.7.0
1.6.1: A handful of small improvements (#38)
* Public methods that didn't return a value can now be chained together * Simplified `isFoo()` methods' logic to always return a boolean value.
1.6.0
1.5.0: Merge pull request #21 from VC24/master
Apply postfields to PUT and PATCH request
1.4.0: Merge pull request #23 from andreustimm/master
Support JSON PUT