PHP extensions are written in native code. I write one in Rust to show a bit about what makes PHP extensions what they are! We'll go over the internal structures and functions needed to make a functional PHP extension, and some of the differences between thread-safe and non-thread-safe builds, as well as debug and non-debug. This is mostly an informational talk.

Comments

Comments are closed.