Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Jul 28, 2023
1 parent 390c226 commit b2a44cd
Showing 1 changed file with 3 additions and 0 deletions.
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 b2a44cd

Please sign in to comment.