Page 1 of 1

Compile the PHP code.

Posted: Fri Jan 28, 2011 7:46 am
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.

Re: Compile the PHP code.

Posted: Fri Jan 28, 2011 8:00 am
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.

Re: Compile the PHP code.

Posted: Sun Feb 13, 2011 5:26 am
by srinivasangp
Thanks for the info., Darhazer.

Let me try it out.