File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments