https://github.com/symfony/polyfill-php84
Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions
https://github.com/symfony/polyfill-php84
compatibility component javascript polyfill portable shim symfony symfony-component symfony-polyfill
Last synced: 3 months ago
JSON representation
Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions
- Host: GitHub
- URL: https://github.com/symfony/polyfill-php84
- Owner: symfony
- License: mit
- Created: 2024-01-30T09:14:47.000Z (over 1 year ago)
- Default Branch: 1.x
- Last Pushed: 2025-02-20T12:04:29.000Z (4 months ago)
- Last Synced: 2025-03-29T22:04:19.610Z (3 months ago)
- Topics: compatibility, component, javascript, polyfill, portable, shim, symfony, symfony-component, symfony-polyfill
- Language: PHP
- Homepage: https://symfony.com/polyfill-php84
- Size: 22.5 KB
- Stars: 31
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Symfony Polyfill / Php84
========================This component provides features added to PHP 8.4 core:
- [`mb_ucfirst` and `mb_lcfirst`](https://wiki.php.net/rfc/mb_ucfirst)
- [`array_find`, `array_find_key`, `array_any` and `array_all`](https://wiki.php.net/rfc/array_find)
- [`Deprecated`](https://wiki.php.net/rfc/deprecated_attribute)
- `CURL_HTTP_VERSION_3` and `CURL_HTTP_VERSION_3ONLY` constants
- [`fpow`](https://wiki.php.net/rfc/raising_zero_to_power_of_negative_number)
- [`mb_trim`, `mb_ltrim` and `mb_rtrim`](https://wiki.php.net/rfc/mb_trim)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).