基于 JVM 的 PHP 编译器:JPHP

WBOY
Release: 2016-06-20 12:57:40
Original
2010 people have browsed it

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

    source:php.cn
    Statement of this Website
    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
    Popular Tutorials
    More>
    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template