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
minor #438 Add odbc_connection_string_*() polyfills to CHANGELOG.md and README (derrabus)
This PR was merged into the 1.29-dev branch.
Discussion
----------
Add `odbc_connection_string_*()` polyfills to CHANGELOG.md and README
Commits
-------
d789705 Add odbc_connection_string_*() polyfills to CHANGELOG.md and README
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +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
75
- the `json_validate` function introduced in PHP 8.3;
73
76
- the `Override` attribute introduced in PHP 8.3;
74
77
- the `mb_str_pad` function introduced in PHP 8.3;
0 commit comments