Quote:
Originally Posted by Babaganoosh
Personally if I did encode them I would at least have versions available to accommodate everyone. Programmers who sell compiled code usually have multiple binaries available. I don't know why PHP coders can't. If they can't or won't they shouldn't be encoding their scripts in the first place.
|
I my case it's a bit different story. Right now my encrypted code works on both PHP <5.3 and >5.3. However if I encode it as 5.3+, it will work on PHP >5.3 only. So I don't see any issue at the current moment.