@@ -16,22 +16,22 @@ echo constant('MYSQLI_IS_MARIADB')."\n";
16
16
?>
17
17
--EXPECTF--
18
18
19
- Deprecated: Constant MYSQLI_NO_DATA is deprecated in %s
19
+ Deprecated: Constant MYSQLI_NO_DATA is deprecated since 8.1, as it was unused in %s
20
20
%i
21
21
22
- Deprecated: Constant MYSQLI_DATA_TRUNCATED is deprecated in %s
22
+ Deprecated: Constant MYSQLI_DATA_TRUNCATED is deprecated since 8.1, as it was unused in %s
23
23
%i
24
24
25
- Deprecated: Constant MYSQLI_SERVER_QUERY_NO_GOOD_INDEX_USED is deprecated in %s
25
+ Deprecated: Constant MYSQLI_SERVER_QUERY_NO_GOOD_INDEX_USED is deprecated since 8.1, as it was unused in %s
26
26
%i
27
27
28
- Deprecated: Constant MYSQLI_SERVER_QUERY_NO_INDEX_USED is deprecated in %s
28
+ Deprecated: Constant MYSQLI_SERVER_QUERY_NO_INDEX_USED is deprecated since 8.1, as it was unused in %s
29
29
%i
30
30
31
- Deprecated: Constant MYSQLI_SERVER_QUERY_WAS_SLOW is deprecated in %s
31
+ Deprecated: Constant MYSQLI_SERVER_QUERY_WAS_SLOW is deprecated since 8.1, as it was unused in %s
32
32
%i
33
33
34
- Deprecated: Constant MYSQLI_SERVER_PS_OUT_PARAMS is deprecated in %s
34
+ Deprecated: Constant MYSQLI_SERVER_PS_OUT_PARAMS is deprecated since 8.1, as it was unused in %s
35
35
%i
36
36
37
- Deprecated: Constant MYSQLI_IS_MARIADB is deprecated in %s
37
+ Deprecated: Constant MYSQLI_IS_MARIADB is deprecated since 8.2, as it is always false in %s
0 commit comments