Wednesday, July 22, 2026
updated hourly · four languages, one press

php-net.pro · the dev news broadsheet

The Dev Dispatch

PHP · Releases

FrankenPHP 1.12.6 patches HTTP/2 crash triggered by delayed php://input reads

FrankenPHP 1.12.6 fixes a process-crashing bug that occurred over HTTP/2 when a script called frankenphp_finish_request() and later read php://input, a pattern common with enable_post_data_reading=Off. FrankenPHP was setting a read deadline on an already-finalized HTTP/2 stream, causing a segfault; HTTP/1 was unaffected. The release also adds a PSR-15 worker documentation example and minor doc cleanups.

Read the original source ↗

← back to the front page