I am trying to run php files on localhost, the php files are encoded with zend, which I am actually not sure why and what purpose does it have. I get the message that to run the files you should download Zend optimizer.
My question is can I run the php files with Installing Zend optimizer, If yes How?, what are the changes I need to make to my php files. Or should I delete some modules inside the scripts directory/
Thanks Mike
You can only run PHP files w/o Zend Optimizer if you have them in their source form. The source form is the preferred form to make changes to the software.
Contact the person where you obtained those encoded files from and ask for the source form of these files. Then use these instead and you do not need to use the Zend Optimizer.