部署没有源代码的网站

部署没有源代码的网站

问题描述:

我用php开发了网站。我想在没有源代码的情况下部署它。有可能与PHP?

I have developed website in php. I want deploy it without source code. Is it possible with php?

我可以将我的网站代码转换为某种中间形式然后进行部署吗?

Can I convert my website code to some intermediate form and then deploy it ?

您可以使用Zend保护对代码进行编码,使其无法进行逆向工程...

You can use the Zend guard to encode your code so it can't be reverse engineered...

http://www.zend.com/en/products/guard/