Resources
1 year ago
LICENSE
1 year ago
Php81.php
1 year ago
README.md
1 year ago
bootstrap.php
1 month ago
README.md
19 lines
| 1 | Symfony Polyfill / Php81 |
| 2 | ======================== |
| 3 | |
| 4 | This component provides features added to PHP 8.1 core: |
| 5 | |
| 6 | - [](https://php.net/array_is_list`array_is_list`](https://php.net/array_is_list](https://php.net/array_is_list) |
| 7 | - [](https://php.net/enum-exists`enum_exists`](https://php.net/enum-exists](https://php.net/enum-exists) |
| 8 | - [](https://php.net/mysqli.constants#constantmysqli-refresh-replica`MYSQLI_REFRESH_REPLICA`](https://php.net/mysqli.constants#constantmysqli-refresh-replica](https://php.net/mysqli.constants#constantmysqli-refresh-replica) constant |
| 9 | - [](https://wiki.php.net/rfc/internal_method_return_types`ReturnTypeWillChange`](https://wiki.php.net/rfc/internal_method_return_types](https://wiki.php.net/rfc/internal_method_return_types) |
| 10 | - [](https://php.net/CURLStringFile`CURLStringFile`](https://php.net/CURLStringFile](https://php.net/CURLStringFile) (but only if PHP >= 7.4 is used) |
| 11 | |
| 12 | More information can be found in the |
| 13 | [](https://github.com/symfony/polyfill/blob/main/README.mdmain Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md](https://github.com/symfony/polyfill/blob/main/README.md). |
| 14 | |
| 15 | License |
| 16 | ======= |
| 17 | |
| 18 | This library is released under the [](LICENSEMIT license](LICENSE](LICENSE). |
| 19 |