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.
Compile the PHP code.
Moderator: General Moderators
Re: Compile the PHP code.
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.
Thanks for the info., Darhazer.
Let me try it out.
Let me try it out.