codingmasterRS Posted February 5, 2011 Share Posted February 5, 2011 Not entirely sure if this is the right place for this to go but anyway ... Firstly how reliable is Zend Guard at protecting your PHP? Is it "easily" bypassed/hacked/etc? And secondly if the hosting company does not have Zend Guard Loader does bundling Zend Guard Loader into the application help? (http://www.zend.com/en/products/guard/faq) Thanks in advance CMRS Quote Link to comment Share on other sites More sharing options...
codingmasterRS Posted February 6, 2011 Author Share Posted February 6, 2011 no one? Quote Link to comment Share on other sites More sharing options...
lastkarrde Posted February 6, 2011 Share Posted February 6, 2011 If someone gains root access to your server your source code can be stolen (and worse, obviously), regardless of whether it has been "compiled" with Zend Guard/Ioncube/those things. Your better off spending time making sure your server is secure than messing around encoding your scripts with tools like Zend Guard. Quote Link to comment Share on other sites More sharing options...
terrysacia Posted March 18, 2011 Share Posted March 18, 2011 codingmasterRS, Did you find any info on bundling zend loader with an application? I'm having a lot of problems finding info on it. My web application has been compiled with php 5.2 and therefore uses zend optimizer... now that some hosts are finally upgrading to php 5.3 I'll need to get everything working with zend loader instead of optimizer. Hoping you can help me out with your research if it was successful. Terry Quote Link to comment 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.