Does PHP have a virtual machine like Java?

后端 未结 3 1356
盖世英雄少女心
盖世英雄少女心 2021-01-04 07:35

Does PHP have a virtual machine like Java?

3条回答
  •  悲&欢浪女
    2021-01-04 08:01

    Yes, but only recently it is quite like the JVM for Java. It was invented by facebook and announced at the OSCON conference the other week (July 2013).

    A news report on the new PHP VM can be read here, and the code and more info can be found on github.

提交回复
热议问题