> I've heard alot about the Zend Encoder. Using it can I encode I file so
that
> php still executes it, but a person cannot read my source by looking at
the
> file?
Yes. You replace all of the files you wish to protect with their Encoded
representations, and they're pretty much indecipherable -- On par with an
.exe or .so file for human comprehensibility.
You can also mix&match and leave some files unencoded for easy configuration
setup.
> I'm programming components for people and would prefer if they could
> use it, but not see my source. Does it require any extra server settings
> etc?
It requires the Zend Optimizer, which has "Loader/Decoder" builtin to it.
--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]