If I create an application in java I compile it and it's hard to steal the code even if I send you the application. I know you can do it with reverse engineering and such but anyways.
If I create an application in PHP and put it on a clients server the client could copy paste the code if he or she wanted.
So my question is. Is there any convenient way to compile or somehow protect your PHP code from others even if it runs on their servers?