Skip to content

Releases: php-mod/curl

1.9.2

18 Aug 15:32
Compare
Choose a tag to compare
Update Curl.php (#50)

1.9.1: PHP Doc cleanup (#47)

23 May 20:32
Compare
Choose a tag to compare
* 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

02 May 17:19
Compare
Choose a tag to compare
add response header find key method. (#48)

1.8.0

12 Aug 11:44
Compare
Choose a tag to compare
Enable writing response directly to file (#45)

* Switch the reading of response headers to a dedicated function

* Add example of saving request response directly to file

* Add test for the  function

* Update array initialization format to support PHP < 5.4

1.7.1

09 Aug 09:46
Compare
Choose a tag to compare
Do not add the query symbol "?" to urls when the query is empty: DELE…

1.7.0

28 Jul 13:15
Compare
Choose a tag to compare
Added wrapper for curl_getinfo and getter for URL (#41)

Thank you.

1.6.1: A handful of small improvements (#38)

03 Apr 15:05
Compare
Choose a tag to compare
* 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

13 Jan 18:26
Compare
Choose a tag to compare
PSR2 autofix

1.5.0: Merge pull request #21 from VC24/master

20 Oct 18:17
Compare
Choose a tag to compare
Apply postfields to PUT and PATCH request

1.4.0: Merge pull request #23 from andreustimm/master

04 Jun 18:16
Compare
Choose a tag to compare