Skip to content

Commit

Permalink
minor #438 Add odbc_connection_string_*() polyfills to CHANGELOG.md…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
derrabus committed Jul 31, 2023
2 parents 390c226 + d789705 commit 777c30e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 1.29.0

* Polyfill `odbc_connection_string_is_quoted()`
* Polyfill `odbc_connection_string_should_quote()`
* Polyfill `odbc_connection_string_quote()`
* Polyfill `mb_str_pad()`
* Polyfill `#[\Override]` attribute
* Use full case folding when using `MB_CASE_FOLD`
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ Polyfills are provided for:
- the `Random\Engine` interface introduced in PHP 8.2;
- the `Random\CryptoSafeEngine` interface introduced in PHP 8.2;
- the `Random\Engine\Secure` class introduced in PHP 8.2 (check [arokettu/random-polyfill](https://packagist.org/packages/arokettu/random-polyfill) for more engines);
- the `odbc_connection_string_is_quoted` function introduced in PHP 8.2
- the `odbc_connection_string_should_quote` function introduced in PHP 8.2
- the `odbc_connection_string_quote` function introduced in PHP 8.2
- the `json_validate` function introduced in PHP 8.3;
- the `Override` attribute introduced in PHP 8.3;
- the `mb_str_pad` function introduced in PHP 8.3;
Expand Down

0 comments on commit 777c30e

Please sign in to comment.