frozenade
06-13-2007, 01:45 PM
Hi. I am new in PHP programming.
Just wondering to know. Why people always getting rush to protect their PHP script by encrypt it (Zend Encode, ionCube, etc) or create their self encoding technique such as base64 use (which able to decoded), instead there is a bytecode function (http://www.php.net/manual/en/ref.bcompiler.php) to convert PHP script into bytecode which readable directly by PHP engine? Will all encryption and encoding software or method are gonna be replaced by bytecode function?
Thanks for the information.
Just wondering to know. Why people always getting rush to protect their PHP script by encrypt it (Zend Encode, ionCube, etc) or create their self encoding technique such as base64 use (which able to decoded), instead there is a bytecode function (http://www.php.net/manual/en/ref.bcompiler.php) to convert PHP script into bytecode which readable directly by PHP engine? Will all encryption and encoding software or method are gonna be replaced by bytecode function?
Thanks for the information.