This document summarizes a presentation about Oracle's GraalVM and how it can be used to run PHP code. It discusses GraalVM's just-in-time compilation capabilities and how Truffle allows PHP to run on GraalVM. Benchmark results show that a Truffle-based PHP on GraalVM has significantly faster performance than PHP's default interpreter or just-in-time compiler.