Tag

php8.1

1 views collected around this technical thread.

IT Services Circle
IT Services Circle
Aug 19, 2024 · Backend Development

How Saki Fixed a PDO Compatibility Bug in PHP 8.1 and Contributed to the PHP Core

This article recounts how developer Saki discovered a PDO extension incompatibility after PHP 8.1 upgrade, submitted detailed bug reports and pull requests, added unit tests, resolved further SQL Server issues, and ultimately became a PHP core contributor, illustrating the open‑source contribution process.

BackendBug FixDatabase
0 likes · 7 min read
How Saki Fixed a PDO Compatibility Bug in PHP 8.1 and Contributed to the PHP Core
php中文网 Courses
php中文网 Courses
Dec 8, 2021 · Backend Development

Top 10 New Features in PHP 8.1

This article introduces the ten most important new features of PHP 8.1—including enums, fibers, the never return type, readonly properties, final class constants, array_is_list(), fsync/fdatasync, string‑key array unpacking, the $_FILES full_path key, and the IntlDatePatternGenerator class—each explained with clear code examples.

BackendReadOnlyarray_is_list
0 likes · 15 min read
Top 10 New Features in PHP 8.1
Laravel Tech Community
Laravel Tech Community
Nov 28, 2021 · Backend Development

What's New in PHP 8.1.0: Enums, Read‑only Properties, First‑class Callable Syntax, Fibers and More

PHP 8.1.0 introduces enums, read‑only properties, first‑class callable syntax, new initializers, intersection types, never return type, final class constants, explicit octal literals, fibers, string‑keyed array unpacking, and numerous performance optimizations, providing developers with richer language features and faster execution.

BackendPerformanceReadonly Properties
0 likes · 5 min read
What's New in PHP 8.1.0: Enums, Read‑only Properties, First‑class Callable Syntax, Fibers and More
php中文网 Courses
php中文网 Courses
Nov 18, 2021 · Backend Development

Pure Intersection Types in PHP 8.1

The article explains PHP 8.1’s pure intersection types, how they differ from union types, demonstrates their use with an example function that combines multiple interfaces, and provides links to the official RFC and related PHP 8.1 feature articles.

BackendIntersection Typesphp
0 likes · 3 min read
Pure Intersection Types in PHP 8.1
php中文网 Courses
php中文网 Courses
Nov 16, 2021 · Backend Development

Understanding PHP 8.1 Fibers: Theory, Practical Use, and Limitations

This article explains the concept of PHP 8.1 Fibers, compares synchronous and parallel HTTP request handling, shows how to implement simple asynchronous workflows with sockets or ReactPHP, and discusses why Fibers are low‑level building blocks rather than a complete async solution.

Asyncconcurrencyfibers
0 likes · 8 min read
Understanding PHP 8.1 Fibers: Theory, Practical Use, and Limitations
php中文网 Courses
php中文网 Courses
Nov 11, 2021 · Backend Development

PHP 8.1 Enums: Introduction and Usage

This article explains PHP 8.1’s native enum feature, covering basic enum definitions, typed properties, methods, backed enums, serialization, case listing, reflection, traits, and practical code examples to help backend developers adopt enums in their projects.

Backendenumsphp
0 likes · 6 min read
PHP 8.1 Enums: Introduction and Usage
Laravel Tech Community
Laravel Tech Community
Jul 11, 2021 · Backend Development

PHP 8.1 Alpha Release Highlights and Upcoming Schedule

PHP 8.1 has entered Alpha, introducing enums, fsync/fdatasync, Fibers, expanded resource-to-object conversion, macOS process renaming, new hashing algorithms, enhanced Sodium encryption, inheritance cache, and performance tweaks, with a release schedule leading to a GA version expected by November 2021.

BackendFeaturesenums
0 likes · 3 min read
PHP 8.1 Alpha Release Highlights and Upcoming Schedule
Laravel Tech Community
Laravel Tech Community
Jul 4, 2021 · Backend Development

PHP 8.1 Alpha Released with New Features and Upcoming Release Timeline

PHP 8.1 has entered the Alpha stage, introducing enums, Fibers, new hashing algorithms, improved resource handling, macOS‑specific PHP‑FPM enhancements, and performance optimizations, with a detailed schedule for subsequent Alpha, Beta, and final GA releases later this year.

Backendenumsfibers
0 likes · 3 min read
PHP 8.1 Alpha Released with New Features and Upcoming Release Timeline
Laravel Tech Community
Laravel Tech Community
Apr 6, 2021 · Backend Development

Upcoming PHP 8.1 Features and Release Timeline

PHP 8.1 is being developed with an Alpha release slated for June and a GA launch in November, introducing enums, new fsync/fdatasync functions, inheritance cache performance gains, Fiber support for async programming, and added xxHash and MurmurHash V3 hashing algorithms.

BackendPerformanceenums
0 likes · 2 min read
Upcoming PHP 8.1 Features and Release Timeline