Can you “compile” PHP code and upload a binary-ish file, which will just be run by the byte code interpreter?

I know that PHP is compiled to byte code before it is run on the server, and then that byte code can be cached so that the whole script doesn’t have to be re-interpreted with every web access.

But can you “compile” PHP code and upload a binary-ish file, which will just be run by the byte code interpreter?

14 Answers
14

Leave a Comment