You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,9 +69,9 @@ Polyfills are provided for:
69
69
- the `Random\Engine` interface introduced in PHP 8.2;
70
70
- the `Random\CryptoSafeEngine` interface introduced in PHP 8.2;
71
71
- the `Random\Engine\Secure` class introduced in PHP 8.2 (check [arokettu/random-polyfill](https://packagist.org/packages/arokettu/random-polyfill) for more engines);
72
-
- the `odbc_connection_string_is_quoted` function introduced in PHP 8.2
73
-
- the `odbc_connection_string_should_quote` function introduced in PHP 8.2
74
-
- the `odbc_connection_string_quote` function introduced in PHP 8.2
72
+
- the `odbc_connection_string_is_quoted` function introduced in PHP 8.2;
73
+
- the `odbc_connection_string_should_quote` function introduced in PHP 8.2;
74
+
- the `odbc_connection_string_quote` function introduced in PHP 8.2;
75
75
- the `json_validate` function introduced in PHP 8.3;
76
76
- the `Override` attribute introduced in PHP 8.3;
77
77
- the `mb_str_pad` function introduced in PHP 8.3;
0 commit comments