The Daily Commit · Section Edition Front Page PHP AI Dev EN DE FR ES
Motto
„All the Code
That's Fit to Ship“

The Php Times

Ecosystem — The Daily Commit

Weather
Today: cache warm, deploys fair. Rollback probability 0 %. Page B2
Vol. I — No. 214 Friday, July 31, 2026 Page B3 · € 0,00

RFC Watch

[RFC] Pipe Assignment Operator

PHP INTERNALS ([RFC]/[VOTE]), July 10, 2026 — The RFC proposes a compound assignment form of the pipe operator: $x |>= callable becomes shorthand for $x = $x |> callable. Chaining is supported. An implementation including tests has been submitted as a pull request against php-src, and discussion is open on the internals list.

Reads

Rewriting Bun in Rust

FREEK.DEV, July 10, 2026 — Jarred Sumner explains why the Bun team is moving parts of the runtime from Zig to Rust after repeated memory-safety problems in a codebase that combines garbage collection with manual memory management. The piece also describes how Claude …

RFC Watch

[RFC] Readonly Property Defaults

PHP INTERNALS ([RFC]/[VOTE]), July 9, 2026 — Proposal to allow default values on readonly class properties, enabling strict contracts with constant-like behaviour that cannot change at runtime. The RFC introduces a minimal change to permit initialization of readonly properties without…

Reads

A tour of my dotfiles

FREEK.DEV, July 10, 2026 — A walkthrough of a developer's dotfile repository—shell aliases, functions, and CLI tools that enable rapid machine setup. Covers modern replacements for Unix utilities (eza, bat, ripgrep, fd, zoxide, delta) with transparent aliasing, reproducible environment management, and practical configuration strategies.

→ continued: summary & source

Archive

Reference Guide: What does this symbol mean in PHP? (PHP Syntax)

STACK OVERFLOW ARCHIV (PHP ≥500) — Canonical Stack Overflow thread cataloging PHP operators and symbols: `$`, `->`, `=>`, `::`, `&`, `*`, `@`, and more. Essential reference for beginners decoding unfamiliar syntax and for experienced developers brushing up on edge cases or l…

Reads

Ship AI with Laravel: I Tricked My Own AI Into Leaking Everything

LARAVEL NEWS — This article shows a real prompt-injection attack that extracts a Laravel AI support agent's system prompt and customer data. It then presents four practical defenses: hardened prompts, a local Ollama guard, tool-level authorization, and ou…

The Lead · Reads

AI Review for Laravel Upgrades


Shift now integrates AI-powered code review into its Laravel upgrade workflow.


LARAVEL NEWS, July 8, 2026 — The feature combines Shift's detailed migration comments with AI context for a second-pass analysis, improving upgrade accuracy and reducing manual review overhead for developers.

→ continued: summary & source

RFC Watch

RFC: Deprecations for PHP 8.6

PHP INTERNALS ([RFC]/[VOTE]) — An RFC proposes multiple deprecations targeting PHP 8.6. Discussion on the internals list focuses on the absence of impact analysis for existing code in many proposals. Contributors debate the need fo…

Security

FrankenPHP 1.12.4 – Security & Stability Hardening

FRANKENPHP RELEASES — FrankenPHP 1.12.4 closes HTTP header spoofing via underscore collision, bundles Caddy 2.11.4 and Mercure 0.24.2 security patches, and fixes worker-mode crashes and data races. The CGI dash-to-undersco…

◆ Inside The Php Times ◆

Releases: Composer 2.10.2 B2

"All the Code That's Fit to Ship" · The Daily Commit · Screen edition · Imprint · Privacy Policy