sterling
07-08-2009, 11:21 PM
I've read the godaddy FAQ,
https://www.easyphpcalendar.com/support/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=54
5. Sign in and go to http://www.zend.com/en/products/guard/optimizer/ and download the version of Zend Optimizer for your platform. NOTE: If you're using Linux, use the 32-bit files.
6. Uncompress the Zend package, and go into the /data folder. Find the folder that has your PHP version (ie: 5_2_x_comp). Upload the content of the folder (not the folder itself) to your newly created "zend" folder on your host.
I'm on a windows based shared hosting account, the download option for windows on zend's website is a .exe file that installs the software as if I were installing it on a server. There is no package to uncompress. I went ahead and installed the exe file on the computer I was working on and found a folder with my PHP version that included a .dll file and uploaded it to my web host..
8. Make a copy of the Xphp.ini and rename it to php5.ini, the add the code below to the end. Replace <PATH> with the path that you saved in step 3. Once done, upload the file to your web root. NOTE: If there is already a Zend section in the file, remove it and the entries below it first so you don't have two Zend sections.
[Zend]
zend_optimizer.optimization_level=15
zend_extension=<PATH>/zend/ZendOptimizer.so
zend_extension_ts=<PATH>/zend/TS/ZendOptimizer.so
This calls for ZendOptimiser.so , which I did not receive from zend's website.
I have also tried to install the calendar with the ioncube loader system and cannot seem to get that working either.
Is there any work around?
https://www.easyphpcalendar.com/support/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=54
5. Sign in and go to http://www.zend.com/en/products/guard/optimizer/ and download the version of Zend Optimizer for your platform. NOTE: If you're using Linux, use the 32-bit files.
6. Uncompress the Zend package, and go into the /data folder. Find the folder that has your PHP version (ie: 5_2_x_comp). Upload the content of the folder (not the folder itself) to your newly created "zend" folder on your host.
I'm on a windows based shared hosting account, the download option for windows on zend's website is a .exe file that installs the software as if I were installing it on a server. There is no package to uncompress. I went ahead and installed the exe file on the computer I was working on and found a folder with my PHP version that included a .dll file and uploaded it to my web host..
8. Make a copy of the Xphp.ini and rename it to php5.ini, the add the code below to the end. Replace <PATH> with the path that you saved in step 3. Once done, upload the file to your web root. NOTE: If there is already a Zend section in the file, remove it and the entries below it first so you don't have two Zend sections.
[Zend]
zend_optimizer.optimization_level=15
zend_extension=<PATH>/zend/ZendOptimizer.so
zend_extension_ts=<PATH>/zend/TS/ZendOptimizer.so
This calls for ZendOptimiser.so , which I did not receive from zend's website.
I have also tried to install the calendar with the ioncube loader system and cannot seem to get that working either.
Is there any work around?