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 →
Step Debugging PHP in NeoVim: nvim-dap and Xdebug, Done Right June 21, 2026 neovim php xdebug debugging developer-tools A practical guide to wiring up nvim-dap with Xdebug 3 so you can set breakpoints and step through PHP code without ever leaving NeoVim. Read more →