Skip to content

Commit a51d5b5

Browse files
committed
Add support php 8.4 - docs
1 parent 5dac9b8 commit a51d5b5

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ PHP ClickHouse wrapper - Changelog
44

55
======================
66

7+
### 2025-01-14 [Release 1.6.0]
8+
* Support PHP 8.4
9+
10+
### 2024-01-18 [Release 1.5.3]
11+
* Fix release 1.5.2
12+
* Support php 7
13+
* Update Statement.php #204
14+
* fix(#202): Fix converting boolean when inserting into int and fix(#194): Fix unexpected readonly mode with specific string in query #203
15+
* Update README.md #199
16+
* remove dev files for --prefer-dist #192
17+
18+
19+
20+
### 2024-01-16 [Release 1.5.2]
21+
* Update Statement.php #204
22+
* fix(#202): Fix converting boolean when inserting into int and fix(#194): Fix unexpected readonly mode with specific string in query #203
23+
* Update README.md #199
24+
* remove dev files for --prefer-dist #192
25+
26+
### May 25, 2023 [ 1.5.1 ]
27+
* BREAKING CHANGES Post type bindings support
28+
729
### 2022-12-20 [Release 1.5.0]
830

931
* Change exceptionCode in Clickhouse version 22.8.3.13 (official build) #180

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ if (!$db->ping()) echo 'Error connect';
4444
Last stable version for
4545
* php 5.6 <= `1.1.2`
4646
* php 7.2 <= `1.3.10`
47-
* php 7.3 >= `1.4.x`
47+
* php 7.3 >= `1.4.x ... 1.5.X`
48+
* php 8.4 >= `1.6.0`
49+
4850

4951
[Packagist](https://packagist.org/packages/smi2/phpclickhouse)
5052

0 commit comments

Comments
 (0)