Releases: php-mod/curl
Releases · php-mod/curl
2.5.0
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
2.4.0 (29. August 2022)
2.3.3
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0: Issue 46 (#55)
* 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