Skip to content

Commit d789705

Browse files
committed
Add odbc_connection_string_*() polyfills to CHANGELOG.md and README
1 parent 390c226 commit d789705

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# 1.29.0
22

3+
* Polyfill `odbc_connection_string_is_quoted()`
4+
* Polyfill `odbc_connection_string_should_quote()`
5+
* Polyfill `odbc_connection_string_quote()`
36
* Polyfill `mb_str_pad()`
47
* Polyfill `#[\Override]` attribute
58
* Use full case folding when using `MB_CASE_FOLD`

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ Polyfills are provided for:
6969
- the `Random\Engine` interface introduced in PHP 8.2;
7070
- the `Random\CryptoSafeEngine` interface introduced in PHP 8.2;
7171
- 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
7275
- the `json_validate` function introduced in PHP 8.3;
7376
- the `Override` attribute introduced in PHP 8.3;
7477
- the `mb_str_pad` function introduced in PHP 8.3;

0 commit comments

Comments
 (0)