Page 1 of 1

protecting code in PHP

Posted: Tue Sep 02, 2003 12:14 am
by ckb
Subject: Protecting Code in PHP
hi all,

how to protect my code in PHP? i put my code in public domain and i don't want to

anybody to open the code ...it's on Linux any a person who got right only can

open..but i don't even want to take that takes place. i know there are so many

encoders available i can encode the code with that....but i want to know whether

any mechanism is available with PHP itself so taht it can decode the encoded code

by itself... pls help me..
thanx in advance
ckb

Posted: Tue Sep 02, 2003 3:05 am
by JayBird
Don't think you can do it with PHP itself, but check out http://www.zend.com, program there that will protect your code.

Mark