Re: [PHP] Hiding php Code

2001-03-01 Thread Rene Maldonado



That's the problem, I don't want the web server user or administrator to see
the code.

Rene


Kath wrote:

 You might be able to limit who the file is readable by to just the web
 server user.

 - Original Message -
 From: "Rene Maldonado" [EMAIL PROTECTED]
 To: "Lista PHP" [EMAIL PROTECTED]
 Sent: Thursday, March 01, 2001 4:02 PM
 Subject: [PHP] Hiding php Code

  Hi all, I need to hide the php code, on the server.
 
  I know that php is not compiled, so, is there a way to do this??
 
  Thanks
 
  Rene
 
 
  --
  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]
 


-- 
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]




RE: [PHP] Hiding php Code

2001-03-01 Thread Hoover, Josh

If you don't want the admin or web server user to see your code, you may
want to consider Zend's Encode product
(http://www.zend.com/zend/products.php#encoder) which encodes your PHP code
for you.  BUT, this can be rather expensive (depending on your use) and you
probably still need your Administrator to install it for you, so I'm not
sure if this does you any good or not.

Josh Hoover
KnowledgeStorm, Inc.

Searching for a new IT solution for your company? Need to improve your
product marketing? 
Visit KnowledgeStorm at www.knowledgestorm.com to learn how we can simplify
the process for you.
KnowledgeStorm - Your IT Search Starts Here 

 That's the problem, I don't want the web server user or 
 administrator to see
 the code.
 
 Rene