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.
- compiles native binaries
- not active (february 2014) – last version in 2011, last change in summer 2013
- github, github of rewrite
- free, open source implementation of php compiler
- compiles native binaries (windows, linux)
- discontinued since 2010 till contributors found – website down, stays on github last change 2012
- 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
- wikipedia, ibm
- incubator of changes websphere smash
- supported ibm
- compiles java bytecode
- looks discontinued (february 2014) – website down, looks big hype in 2008 , 2009
- compiles stand-alone windows binaries
- the binaries contain bytecode , launcher
- looks discontinued (february 2014) – last change in 2006
- compiles c++
- looks discontinued (february 2014) – last change in 2003
Comments
Post a Comment