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 e8e6719 commit 883337aCopy full SHA for 883337a
CHANGELOG.md
@@ -4,6 +4,16 @@ PHP ClickHouse wrapper - Changelog
4
5
======================
6
7
+
8
+### 2022-04-20 [Release 1.4.3]
9
+* Fix: prevent enable_http_compression parameter from being overridden #164
10
+* For correct work with utf-8 . I am working on server with PHP 5.6.40 Update CurlerRequest.php #158
11
+* Add curl setStdErrOut, for custom StdOutErr.
12
+* Fix some test for check exceptions
13
14
+### 2022-02-11 [Release 1.4.2]
15
+* Fixed issue with non-empty raw data processing during init() on every fetchRow() and fetchOne() call - PR #161
16
17
### 2021-01-19 [Release 1.4.1]
18
* Add support php 7.3 & php 8
19
0 commit comments