👋 Welcome! This repository contains example code that accompanies my blog post How to strace your PHP.
Ever wondered what your PHP application is doing under the hood? Want to understand the system calls it makes? This repository provides practical examples to follow along with the blog post and explore the fascinating world of system call tracing in PHP applications.
- Read the accompanying blog post for detailed explanations
- Clone this repository
- Experiment with the examples
The blog post walks you through how to use strace
with PHP applications, helping you:
- Understand what happens behind the scenes
- Debug tricky performance issues
- Gain insights into system-level operations
Feel free to open an issue if you have questions or run into problems while following along!
Happy debugging! 🔍