Skip to content

Releases: anlutro/php-curl

Version 1.5.2

27 Jun 07:40
1c56976
Compare
Choose a tag to compare
  • fix a php 8.2 deprecation warning: #72

Version 1.5.1

14 Jun 19:31
836c7f7
Compare
Choose a tag to compare
  • small fix for CURLOPT_FILE support: #68

Version 1.5.0

01 Jun 18:23
9bdb943
Compare
Choose a tag to compare
  • #65 change in test infrastructure, switch from travis to github actions
  • #66 support CURLOPT_FILE

Version 1.4.8

26 Jan 17:16
279cf00
Compare
Choose a tag to compare
  • add support for CURLOPT_HTTPAUTH, digest etc. #63

Version 1.4.7

14 Dec 09:04
Compare
Choose a tag to compare
  • Fix an issue where JSON requests without POST data would not work. #61

Version 1.4.6

19 Nov 22:47
Compare
Choose a tag to compare

Parse HTTP/2 responses. #60

Version 1.4.5

31 Oct 20:58
17f3aca
Compare
Choose a tag to compare

Avoid issues when sending empty JSON requests. #58

Version 1.4.4

31 Oct 20:57
Compare
Choose a tag to compare

Allow sending data with DELETE requests.

Version 1.4.3

05 May 19:33
Compare
Choose a tag to compare

Fix hanging HEAD requests. #51

Version 1.4.2

23 Mar 16:13
Compare
Choose a tag to compare

Added $preserveCase parameter to setHeader. #39