portabletelly Posted May 24, 2007 Share Posted May 24, 2007 I have started building a php mysql internal application which I may like on sell some day. I was wondering if it was possilbe to compile certain .php pages so they cannot be modified, kinda like what you can do with other languages such as java and c when you compile the code. Quote Link to comment https://forums.phpfreaks.com/topic/52764-compile-php/ Share on other sites More sharing options...
Caesar Posted May 24, 2007 Share Posted May 24, 2007 Look into... Zend Guard Ioncube Encoder Source Guardian Basically, you can encrypt the files. The most universal would be Zend Guard...since Zend Optimizer is widely used and preinstalled on a lot of hosting sites/servers already. Quote Link to comment https://forums.phpfreaks.com/topic/52764-compile-php/#findComment-260514 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.