mikkie
06-15-2009, 10:23 PM
I currently have Suhosin/eAcc installed. Can I get Zend installed as well?
![]() | View Full Version : Zend and PHP mikkie 06-15-2009, 10:23 PM I currently have Suhosin/eAcc installed. Can I get Zend installed as well? petteyg359 06-15-2009, 10:39 PM Define Zend. The core PHP engine? The "framework" that isn't a framework, just a bunch of libraries? The source code protection (Guard)? mikkie 06-15-2009, 10:44 PM The ability to run encrypted code jon-f 06-15-2009, 11:58 PM Sure, that is why suhosin was made because the regular hardened php doesnt allow included binaries, suhosin does. AquariusStorage 06-16-2009, 12:02 AM Of course you can still install the zend framework/zend optimizer to be able to run encrypted files... Rekhatitus 06-16-2009, 12:52 AM The Zend Optimizer is a free application that runs the files encoded by the Zend Encoder and Zend SafeGuard Suite, while enhancing the running speed of PHP applications. Many scripts require that you have Zend Optimizer installed so you are able to run them on your server while decrypting and running them on the fly while increasing runtime performance. Rekhatitus 06-16-2009, 12:54 AM If you are using a cPanel server you can install it by either running script /scripts/installzendopt or by enabling it while running /scripts/easyapache. inspiron 06-16-2009, 09:53 AM Yes you can still install Zend Optimizer to run the Zend Gaurd encoded files. The Zend Optimizer can only interpret the encrypted code. In order to actually encrypt it, you will have use the Zend Gaurd. This application will convert all of your plain text PHP code into a new binary format, known as Zend Intermediate Code. When encrypted, the new files will take the place of the regularly coded PHP files. mikkie 06-16-2009, 08:36 PM yes, but is their a trick to getting it to run with eAcc? i just get 503 when i include the files. |