Livestack is a tool that allows users to print the current PHP stack trace of a running PHP process. It's a single-file Python script that requires GDB and PHP debug symbols, and it can be installed simply by copying it to a server. The tool has been tested with multiple PHP versions and offers ways to find processes to inspect via PID or regex search.
10 Feb 2026