Wednesday, September 23, 2026
EN

Subscribe in your feed reader — pick your desks:

https://php-net.pro/en/news/feed.atom

php-net.pro · the dev news broadsheet

The Dev Dispatch

The Dev Dispatch · PHP

Ecosystem

frameworks, tooling & runtime · 223 articles

PHP · RFC Watch

New RFC Proposes Bundled user_cache Extension for PHP

Go Kudo has published a new RFC proposing a bundled user_cache extension, replacing his earlier OPcache Static Cache proposal after feedback about feature creep. The extension is built independently of OPcache. Implement…

PHP · Reads

Vocalizer Brings On-Device Text-to-Speech to PHP

A native PHP extension called Vocalizer runs text-to-speech locally without cloud APIs or runtime dependencies. It supports eight model families, voice cloning, async synthesis, and crash isolation. The article explains …

PHP · Releases

FrankenPHP 1.12.5 Released

The FrankenPHP project has tagged version 1.12.5 on GitHub, a maintenance update to the PHP application server built on Caddy. The release notes do not list specific changes beyond the version bump. Users running Franken…

PHP · RFC Watch

Voting opens on PHP Duration class RFC

Tim Düsterhus has opened the vote for the "Duration class" RFC, which proposes adding a new class to PHP for representing spans of time. The primary vote requires a two-thirds majority to adopt the proposal; a secondary …

PHP · RFC Watch

RFC: Native Markup Expressions in PHP

Liam Hammett proposes a JSX-like syntax for HTML fragments as first-class PHP expressions. Markup expressions compile to plain `new` calls at compile time, support component composition with capitalized tag names, and es…

PHP · Releases

Laravel ships new framework tag v11.55.0

Laravel tagged v11.55.0 of its framework. The GitHub release page for v11.55.0 failed to load, leaving only the tagger (Taylor Otwell), timestamp (14 July, 14:25), and commit hash (dc7ec34) visible. Developers should che…

PHP · Releases

PHP 8.6.0alpha2 ready for testing

The PHP project has tagged PHP 8.6.0alpha2 — a pre-release of the upcoming 8.6 branch with 47 changelog entries across 21 components.

PHP · RFC Watch

RFC: Duration class

An RFC is open for discussion and vote on the PHP internals list proposing a new Duration class. The proposal draws inspiration from Java, Rust and Temporal while defining requirements based on PHP-specific constraints a…

back to the front page