Convert PHP file to binary

前端 未结 5 749
暖寄归人
暖寄归人 2020-12-14 17:39

Is it possible to convert a PHP file to binary and deploy it on a webserver?

5条回答
  •  暖寄归人
    2020-12-14 18:07

    Since PHP is a (relatively)portable language, compiling PHP source to bytecode instead of binary code is more preferable. For this purpose there is an experimental project called bcompiler.

提交回复
热议问题