Home >Backend Development >PHP Tutorial >基于 JVM 的 PHP 编译器:JPHP

基于 JVM 的 PHP 编译器:JPHP

WBOY
WBOYOriginal
2016-06-20 12:57:402030browse

JPHP 是一个基于 JVM 的 PHP 编译器,类似于JRuby和Jython。支持 PHP 5.6+ 的很多新特性。JPHP 类似 javac ,可以将 PHP 源码编译成 JVM 的字节码并在 JVM 中执行。

支持: JDK 1.6+ (OpenJDK, Oracle)

该项目目的:

  • 可在 PHP 中使用 Java 类库

  • 通过 JIT 和 JVM 来提升性能

  • 替换 Zend 糟糕的库,使用更好的运行时库

  • 在非 Web 应用中使用 PHP 语言

  • 字符串和线程的 Unicode

  • 一个简单的 Hello World 示例:

    http://jphp.develnext.org/archives/17



    项目主页:
    http://www.open-open.com/lib/view/home/1430094787052

    Statement:
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
    Previous article:php遍历子文件Next article:PHP程序标准注释