We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918ce7b commit 78e9135Copy full SHA for 78e9135
CHANGELOG.md
@@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage.
6
7
<!-- CHANGELOG_PLACEHOLDER -->
8
9
+## 9.12.3 - 2022-12-13
10
+
11
+- Ensure string response before gzip decode ([#749](https://github.com/php-curl-class/php-curl-class/pull/749))
12
13
## 9.12.2 - 2022-12-11
14
15
- Disable warning when gzip-decoding response errors ([#748](https://github.com/php-curl-class/php-curl-class/pull/748))
src/Curl/Curl.php
@@ -7,7 +7,7 @@
class Curl
{
- const VERSION = '9.12.2';
+ const VERSION = '9.12.3';
const DEFAULT_TIMEOUT = 30;
public $curl = null;
0 commit comments