> If your php-code is on a web-server which gives access to other than you
> they can read your code. An example could be other people being hosted
> on the same server..
Not necessarily. You can enable safe_mode and/or set an open_basedir in
order to prevent those people from doing that. You should also ensure that
your *nix permissions won't allow them to do that without interacting with
the Web server.
--
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]