Skip to content

Releases: php-mod/curl

2.5.0

14 Dec 13:28
Compare
Choose a tag to compare

2.5.0 (14. December 2022)

  • #95 Potential memory leak prevention where curl object was not destroyed due to object reference.
  • #94 Added method to retrieve all curl options from current object.
  • #93 Text and Coding Standards update.
  • #97 Added Unit Testing for PHP 8.2.
  • #99 Added PHPStan testing to GitHub Actions and fixed errors from testing with PHPStan.

2.4.0

29 Aug 09:00
Compare
Choose a tag to compare

2.4.0 (29. August 2022)

  • #84 Added .gitattributes.
  • #85 Added CURLOPT_CUSTOMREQUEST for get and post methods.
  • #91 Added $asJson param for put() and patch() requests.
  • #61 Adjust user agent version to latest version.
  • #74 Fixed PHPDoc Block, Added more Unit Tests.
  • Added GitHub Actions Tests (from 5.6 - 8.1)

2.3.3

30 Nov 20:21
ec22ad2
Compare
Choose a tag to compare

Support php 8.1

2.3.2

11 Apr 19:04
Compare
Choose a tag to compare

Fix a security issue in the test files.

Thanks to Erwan from wpscan.com.

2.3.1

21 Jan 11:01
bfd75dd
Compare
Choose a tag to compare

Supports PHP8

2.3.0

19 Mar 20:08
3ad560b
Compare
Choose a tag to compare
add asJson option (#67)

2.2.0

04 Dec 19:48
Compare
Choose a tag to compare

Added some getters.

2.1.0: Issue 46 (#55)

17 Nov 10:36
Compare
Choose a tag to compare
* CurlFile fix

This is not tested, but we are facing the same problem with CurlFile Uploads (https://github.com/php-mod/curl/issues/46) - This *should* do the trick.

* Update README.md

* cs fix

2.0.0

15 Nov 21:18
Compare
Choose a tag to compare
  • Drop php 5.3, 5.4 and 5.5 support.
  • Use Gitlab CI instead of Travis CI.

Nothing has changed in the features.

1.9.3

05 Sep 17:18
43436a6
Compare
Choose a tag to compare
fix php 5.3 compatibility break