On 12/12/06, Eric Coleman <[EMAIL PROTECTED]> wrote:
Why are you encoding Zend Framework at all? It's an open source project, not like you need to conceal any intellectual property...
It's not only about obfuscating. Zend Guard optimizes performance of scripts. Compiles php files into bytecode. And it caches them. Makes perfect sense for high-volume projects. Regards.
