bytecode - Can you "compile" PHP code? -


i know php compiled byte code before run on server, , byte code can cached whole script doesn't have re-interpreted every web access.

but can "compile" php , upload binary-ish file, run byte code interpreter?

after question asked, facebook launched hiphop php best-tested php compiler date (seeing ran 1 of world’s 10 biggest websites). however, facebook discontinued in favour of hhvm, virtual machine, not compiler.

beyond that, googling php compiler turns number of 3rd party solutions.

phalanger

phc

  • compiles native binaries
  • not active (february 2014) – last version in 2011, last change in summer 2013

roadsend php compiler

bcompiler

  • pecl extension of php
  • experimental
  • compiles php bytecode, can wrap in windows binary loads php interpreter (see bcompiler_write_exe_footer() manual)
  • looks discontinued (february 2014) – last change in 2011

project zero

  • wikipedia, ibm
  • incubator of changes websphere smash
  • supported ibm
  • compiles java bytecode
  • looks discontinued (february 2014) – website down, looks big hype in 2008 , 2009

bambalam

  • compiles stand-alone windows binaries
  • the binaries contain bytecode , launcher
  • looks discontinued (february 2014) – last change in 2006

binaryphp

  • compiles c++
  • looks discontinued (february 2014) – last change in 2003

Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -