Skip to content

Commit 65c2dc9

Browse files
committed
add support to PHP 8.3.22
1 parent 2e42250 commit 65c2dc9

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

data/reference/extension/core/83/releases.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,5 +190,11 @@
190190
"rel_date": "2025-05-08",
191191
"rel_state": "stable",
192192
"php_min": "8.3.21"
193+
},
194+
{
195+
"rel_version": "8.3.22",
196+
"rel_date": "2025-06-05",
197+
"rel_state": "stable",
198+
"php_min": "8.3.22"
193199
}
194200
]

data/reference/extension/mysqli/53/constants.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@
118118
"name": "MYSQLI_SET_CHARSET_DIR",
119119
"ext_min": "5.3.4",
120120
"php_min": "5.3.4",
121-
"php_max": "8.3.21"
121+
"php_max": "8.3.22"
122122
}
123123
]

data/reference/extension/odbc/40/iniEntries.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313
"name": "odbc.default_db",
1414
"ext_min": "4.0.0",
1515
"php_min": "4.0.0",
16-
"php_max": "8.3.21"
16+
"php_max": "8.3.22"
1717
},
1818
{
1919
"name": "odbc.default_pw",
2020
"ext_min": "4.0.0",
2121
"php_min": "4.0.0",
22-
"php_max": "8.3.21"
22+
"php_max": "8.3.22"
2323
},
2424
{
2525
"name": "odbc.default_user",
2626
"ext_min": "4.0.0",
2727
"php_min": "4.0.0",
28-
"php_max": "8.3.21"
28+
"php_max": "8.3.22"
2929
},
3030
{
3131
"name": "odbc.defaultbinmode",

src/Domain/Factory/ExtensionVersionProviderInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ interface ExtensionVersionProviderInterface
2828
public const LATEST_PHP_8_0 = '8.0.30';
2929
public const LATEST_PHP_8_1 = '8.1.32';
3030
public const LATEST_PHP_8_2 = '8.2.28';
31-
public const LATEST_PHP_8_3 = '8.3.21';
31+
public const LATEST_PHP_8_3 = '8.3.22';
3232
public const LATEST_PHP_8_4 = '8.4.7';
3333
}

0 commit comments

Comments
 (0)