Skip to content

Releases: Programie/PHPCurl

1.5

03 Oct 12:53
Compare
Choose a tag to compare

Fixed stucking in CurlMulti::subExec() and using retry on PHP >= 8.0.

1.4

15 Mar 12:21
Compare
Choose a tag to compare
1.4

Allow to specify the time to wait between execution chunks in CurlMulti::exec();.

1.3

16 Nov 16:35
Compare
Choose a tag to compare
1.3
  • Use Curl[] variable type annotation
  • Fixed PHPUnit tests
  • Require PHP >=5.5

1.2

14 Jan 16:11
Compare
Choose a tag to compare
1.2

Added license file
Added more code documentation
Return array instead of string in getHeaderContent and getVerboseContent

1.1

10 Apr 14:22
Compare
Choose a tag to compare
1.1

Added PHPUnit tests using httpbin.org
Various bug fixes (See commit log for details)

1.0

15 Jan 12:58
Compare
Choose a tag to compare
1.0

First release