Myth #1: PHP Has No Compiler
2/26
  • Why would you want a compiler?
  • Real compiler makes “proper” byte code that can be introspected
  • There is no “compiler”, but there is APC
  • Only performs caching, and does not store to disk
  • APC optimizes, and you don't want that in a normal parser