Compile the PHP code.

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
srinivasangp
Forum Newbie
Posts: 2
Joined: Fri Jan 28, 2011 7:40 am

Compile the PHP code.

Post by srinivasangp »

Hi All,

Is there any way to convert the php code to compiled code and deploy it in web server,so that code can be secured when we host in shared server or as on providing intranet hosting web application.

Please give me the details,it would be really helpful.

Thanks & Regards,
Srini.
User avatar
Darhazer
DevNet Resident
Posts: 1011
Joined: Thu May 14, 2009 3:00 pm
Location: HellCity, Bulgaria

Re: Compile the PHP code.

Post by Darhazer »

You can use Zend Guard or Ioncube Encoder, the hosting company needs to provide the respective loader. Most either provide them or allow you to load them with custom php.ini file for your account.
srinivasangp
Forum Newbie
Posts: 2
Joined: Fri Jan 28, 2011 7:40 am

Re: Compile the PHP code.

Post by srinivasangp »

Thanks for the info., Darhazer.

Let me try it out.
Post Reply