Tagged articles
9 articles
Page 1 of 1
21CTO
21CTO
May 7, 2026 · Backend Development

PHP 2025: Counterintuitive Changes That Make It More Productive

The 2025 PHP releases (8.4 and 8.5) introduce subtle engineering improvements—property hooks, asymmetric visibility, a pipe operator, clone‑and‑modify, higher framework baselines, stricter static analysis, and safer Composer practices—that together reshape daily coding, testing, and deployment without a radical language overhaul.

ComposerPHPPHP 8.4
0 likes · 13 min read
PHP 2025: Counterintuitive Changes That Make It More Productive
Open Source Tech Hub
Open Source Tech Hub
Nov 29, 2025 · Backend Development

What’s New in Symfony 8.0? Deep Dive into Features, Performance, and PHP 8.4 Integration

Symfony 8.0, released in November 2025, brings major upgrades such as full PHP 8.4 attribute‑hook support, lazy objects, enhanced form components, powerful generator commands, a revamped cache system, and seamless integration with Docker, FrankenPHP, and modern security protocols, offering developers a faster, more efficient web‑application platform.

Attribute HooksDockerFrankenPHP
0 likes · 15 min read
What’s New in Symfony 8.0? Deep Dive into Features, Performance, and PHP 8.4 Integration
Open Source Tech Hub
Open Source Tech Hub
Aug 6, 2025 · Backend Development

Swow 1.0 Release: Full PHP 8.4 Support, New Pipe API, and Critical Fixes

The latest Swow release brings complete PHP 8.4 compatibility, introduces a powerful pipe API (Swow\pipe(), Swow\fileno(), Swow\pipe_from_fd()), adds CPU core detection via Swow\nproc(), enhances SSL/TLS reliability, restructures closure serialization, fixes numerous memory‑safety and compatibility bugs, and updates internal libraries.

PHP 8.4Release NotesSecurity
0 likes · 4 min read
Swow 1.0 Release: Full PHP 8.4 Support, New Pipe API, and Critical Fixes
php Courses
php Courses
Mar 11, 2025 · Backend Development

New Features and Improvements in PHP 8.4

The article reviews PHP 8.4's major enhancements—including JIT compiler optimizations, new array_find and array_find_key functions, an enhanced match expression, str_contains_any/all utilities, nullsafe operator upgrades, enum type extensions, and overall performance and stability improvements—helping developers adopt the latest capabilities for more efficient backend development.

JITPHPPHP 8.4
0 likes · 8 min read
New Features and Improvements in PHP 8.4
21CTO
21CTO
Dec 15, 2024 · Backend Development

How PHP 8.4 Boosts Performance: JIT, Optimized Calls, and New Data Structures

The article explains how PHP 8.4 achieves major speed and memory improvements through the introduction of a JIT compiler, optimized function calls and array handling, new data structures like red‑black trees, and various internal bug fixes and garbage‑collection enhancements.

Backend DevelopmentJITPHP
0 likes · 4 min read
How PHP 8.4 Boosts Performance: JIT, Optimized Calls, and New Data Structures
Laravel Tech Community
Laravel Tech Community
Dec 12, 2024 · Backend Development

New Features in PHP 8.4.1: Property Hooks, Asymmetric Visibility, Deprecation Attributes, Ext‑DOM Enhancements, BCMath Object API, and New array_* Functions

PHP 8.4.1 introduces a suite of backend improvements—including property hooks, asymmetric visibility, deprecation attributes, a spec‑compliant DOM API, an object‑oriented BCMath API, and several new array_* functions—each illustrated with concise code examples and usage notes.

Asymmetric VisibilityBackendNew Features
0 likes · 5 min read
New Features in PHP 8.4.1: Property Hooks, Asymmetric Visibility, Deprecation Attributes, Ext‑DOM Enhancements, BCMath Object API, and New array_* Functions
Open Source Tech Hub
Open Source Tech Hub
Nov 15, 2024 · Backend Development

PHP 8.4 Highlights: Property Hooks, Asymmetric Visibility, New Array Functions

PHP 8.4, released on November 21 2024, introduces Property Hooks for inline getter/setter logic, asymmetric visibility allowing different read/write access levels, native lazy‑object support, bracket‑less instantiation, an HTML5‑capable DOM class, and four new array utilities (array_find, array_find_key, array_any, array_all) alongside numerous other enhancements.

Asymmetric VisibilityBackend DevelopmentLazy Objects
0 likes · 10 min read
PHP 8.4 Highlights: Property Hooks, Asymmetric Visibility, New Array Functions