An open API service indexing awesome lists of open source software.

https://github.com/claudio-code/php-8.1

:memo: Testing new features
https://github.com/claudio-code/php-8.1

Last synced: 5 months ago
JSON representation

:memo: Testing new features

Awesome Lists containing this project

README

          


:elephant: PHP 8.1 :elephant:

- Intersection Types
- Enums
- never return type
- Readonly Properties
- Fibers
- final class constants
- New fsync and fdatasync functions
- New array_is_list function
- New Sodium XChaCha20 functions
- $_FILES: New full_path value for directory-uploads
- Intl: New IntlDatePatternGenerator class
- First-class Callable Syntax
- GD: AVIF image support
- Phar: Added OpenSSL-256 and OpenSSL-512 signature algorithms
- GD: Lossless WebP encoding support
- New #[ReturnTypeWillChange] attribute
- Array unpacking support for string-keyed arrays
- Explicit Octal numeral notation
- Hash functions accept algorithm-specific $options
- MurmurHash3 hash algorithm support
- xxHash hash algorithms support
- FPM: Configurable child-process spawn rate
- Curl: DNS-over-HTTPS support
- Curl: File uploads from strings with CURLStringFile
- MySQLi: New MYSQLI_REFRESH_REPLICA constant