开发者

PHP in binary mode?

开发者 https://www.devze.com 2022-12-18 03:55 出处:网络
Is it possible to convert PHP to binary mode (compile) and 开发者_如何学编程run it in all standard web servers?There are various PHP accelerators that cache the compiled byte code the interpreter prod

Is it possible to convert PHP to binary mode (compile) and 开发者_如何学编程run it in all standard web servers?


There are various PHP accelerators that cache the compiled byte code the interpreter produces. Not sure if they will run without the source still on the server though - I've never tried!


One Facebook developer is working on a compiled form called "Hyper-PHP", and it's not even clear if that will be an open system once complete, but no solution exists yet.


PHP Will never be a compiled Language. It will stay as an Interpreted Language. @Matchu Facebook is just Promoting their site, so this is just an Promotion action of Facebook


There is a number of tools that will convert your php source to bytecode and allow you to protect your source code. Some of the more popular ones are Zend Guard by Zend and Ion Cube encoder. You will still need their respective loaders installed on the target server for them to function.

0

精彩评论

暂无评论...
验证码 换一张
取 消