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 2eeb18b commit 78ca133Copy full SHA for 78ca133
CHANGES.rst
@@ -5,6 +5,11 @@ Changelog for crate-pdo
5
Unreleased
6
==========
7
8
+2025/02/12 2.2.2
9
+================
10
+
11
+- PHP 8.4: Fix deprecation warnings
12
13
2025/02/12 2.2.1
14
================
15
src/Crate/PDO/PDOCrateDB.php
@@ -37,7 +37,7 @@ class PDOCrateDB extends BasePDO implements PDOInterface
37
{
38
use PDOImplementation;
39
40
- public const VERSION = '2.2.1';
+ public const VERSION = '2.2.2';
41
public const DRIVER_NAME = 'crate';
42
43
public const DSN_REGEX = '/^(?:crate:)(?:((?:[\w\.-]+:\d+\,?)+))\/?([\w]+)?$/';
0 commit comments