Re: [PHP] Secure PHP Code

2010-11-18 Thread Richard West
Be sure to compile with hardened suhosin patch... RD On Nov 18, 2010, at 12:12 PM, Kaushal Shriyan wrote: > Hi, > > Can the php source code be secured ? > > Thanks > > Kaushal > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > --

Re: [PHP] Secure PHP Code

2010-11-18 Thread Daniel P. Brown
On Thu, Nov 18, 2010 at 12:12, Kaushal Shriyan wrote: > Hi, > > Can the php source code be secured ? When you say "secured," what do you mean? Obfuscated? Encoded? Compiled? Tightened against attack? Regardless, the answer is yes. You just need to be specific about your definition of