diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2024-10-01 14:54:29 +0000 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2024-10-01 14:54:29 +0000 |
| commit | df33ddaea1e46b5b923440d6383fa3ae85c4d60b (patch) | |
| tree | 89c510638669466453c7451f5eb493f50e850de0 /vendor/symfony/polyfill-php82/README.md | |
| parent | 8fcc68baf5b0ff964a0a4a045353462586e0e316 (diff) | |
| parent | 7e0f5f295c0480023098edca5e3f5a806bd93bab (diff) | |
Merge branch 'drop-opentelemetry' into 'master'
drop opentelemetry
See merge request tt-rss/tt-rss!68
Diffstat (limited to 'vendor/symfony/polyfill-php82/README.md')
| -rw-r--r-- | vendor/symfony/polyfill-php82/README.md | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/vendor/symfony/polyfill-php82/README.md b/vendor/symfony/polyfill-php82/README.md deleted file mode 100644 index b3191557a..000000000 --- a/vendor/symfony/polyfill-php82/README.md +++ /dev/null @@ -1,23 +0,0 @@ -Symfony Polyfill / Php82 -======================== - -This component provides features added to PHP 8.2 core: - -- [`AllowDynamicProperties`](https://wiki.php.net/rfc/deprecate_dynamic_properties) -- [`SensitiveParameter`](https://wiki.php.net/rfc/redact_parameters_in_back_traces) -- [`SensitiveParameterValue`](https://wiki.php.net/rfc/redact_parameters_in_back_traces) -- [`Random\Engine`](https://wiki.php.net/rfc/rng_extension) -- [`Random\Engine\CryptoSafeEngine`](https://wiki.php.net/rfc/rng_extension) -- [`Random\Engine\Secure`](https://wiki.php.net/rfc/rng_extension) (check [arokettu/random-polyfill](https://packagist.org/packages/arokettu/random-polyfill) for more engines) -- [`odbc_connection_string_is_quoted()`](https://php.net/odbc_connection_string_is_quoted) -- [`odbc_connection_string_should_quote()`](https://php.net/odbc_connection_string_should_quote) -- [`odbc_connection_string_quote()`](https://php.net/odbc_connection_string_quote) -- [`ini_parse_quantity()`](https://php.net/ini_parse_quantity) - -More information can be found in the -[main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md). - -License -======= - -This library is released under the [MIT license](LICENSE). |