Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/polyfill-php83
Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions
https://github.com/symfony/polyfill-php83
compatibility component javascript polyfill portable shim symfony symfony-component symfony-polyfill
Last synced: 6 days ago
JSON representation
Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions
- Host: GitHub
- URL: https://github.com/symfony/polyfill-php83
- Owner: symfony
- License: mit
- Created: 2022-11-03T14:46:27.000Z (about 2 years ago)
- Default Branch: 1.x
- Last Pushed: 2024-09-09T12:24:30.000Z (4 months ago)
- Last Synced: 2025-01-15T07:13:20.366Z (7 days ago)
- Topics: compatibility, component, javascript, polyfill, portable, shim, symfony, symfony-component, symfony-polyfill
- Language: PHP
- Homepage: https://symfony.com/polyfill-php83
- Size: 30.3 KB
- Stars: 347
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Symfony Polyfill / Php83
========================This component provides features added to PHP 8.3 core:
- [`json_validate`](https://wiki.php.net/rfc/json_validate)
- [`Override`](https://wiki.php.net/rfc/marking_overriden_methods)
- [`mb_str_pad`](https://wiki.php.net/rfc/mb_str_pad)
- [`ldap_exop_sync`](https://wiki.php.net/rfc/deprecate_functions_with_overloaded_signatures)
- [`ldap_connect_wallet`](https://wiki.php.net/rfc/deprecate_functions_with_overloaded_signatures)
- [`stream_context_set_options`](https://wiki.php.net/rfc/deprecate_functions_with_overloaded_signatures)
- [`str_increment` and `str_decrement`](https://wiki.php.net/rfc/saner-inc-dec-operators)
- [`Date*Exception/Error classes`](https://wiki.php.net/rfc/datetime-exceptions)
- [`SQLite3Exception`](https://wiki.php.net/rfc/sqlite3_exceptions)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).