Fatal Errors Finally Get a Stack Trace: PHP 8.5's fatal_error_backtraces July 11, 2026 php php-85 php-internals debugging tools-for-php-developers PHP 8.5 gives fatal errors a full stack trace by default. Here is how the fatal_error_backtraces directive works and how to tune it in production. Read more →
The PHP 8.5 Pipe Operator April 12, 2026 php php-85 pipe-operator clean-code functional-programming PHP 8.5's pipe operator (|>) is here, and it's quietly transforming how we write data transformation chains. Read more →