I'm interested if anyone knows exactly how effective/safe/protected PHP's bcompiler is against reverse engineering. The introduction page makes a bold claim:
In terms of code protection, it is safe to say that it would be impossible to recreate the exact source code that it was built from, and without the accompanying source code comments. It would effectively be useless to use the bcompiler bytecodes to recreate and modify a class.
Perhaps the key word is "exact" -- how true is their claim if you remove it?
PS - Please, no lectures about compilation/obfuscation versus licensing. :)