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
- Host: GitHub
- URL: https://github.com/claudio-code/php-8.1
- Owner: Claudio-code
- Created: 2021-10-24T17:35:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-24T17:36:41.000Z (about 4 years ago)
- Last Synced: 2025-04-10T21:16:37.331Z (8 months ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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