Friday, July 31, 2026
updated hourly · four languages, one press

php-net.pro · the dev news broadsheet

The Dev Dispatch

The Dev Dispatch · PHP

Ecosystem

frameworks, tooling & runtime · 70 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 · 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…

PHP · Reads

HTTP Query Method Support in Laravel 13.19

Laravel 13.19.0 adds support for the HTTP QUERY verb with a new Http::query() client method and query/queryJson testing helpers. The release also includes a reduceInto collection method, a counted string helper, and bulk…

PHP · Reads

CLAUDE.md is RAM, not disk

Freek Van der Herten argues that CLAUDE.md serves best as temporary working memory for AI coding sessions rather than growing into permanent project documentation. The post shares concise practices to keep the file focus…

back to the front page