Kayako logo
Installation & Upgrading Questions and issues regarding the installation and upgrade procedure of SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,123
Join Date: Jan 2006
Location: United Kingdom
Question Zend and IonCube? - 21-04-2007, 10:52 PM

Before selecting the package to download, you must decide whether you want to use the Zend Encoded version or the IonCube Encoded version of the software.

You must check with your host or system administrator as to which you should use. There is a lot of information and debate available on the web as to which optimizer is the better one. Rather than deciding on this, we offer versions of SupportSuite, eSupport and LiveResponse available in both types of encoding.


Zend Optimizer

For most web hosting accounts, it is usual that Zend Optimizer (v2.5.7 or greater) is installed which would mean that you are able to use the Zend Encoded version. To find out whether or not Zend Optimizer has been installed on your server:
  • Create a new PHP file called phpinfo.php. Once created, type the following code in it exactly as it appears below and save it to a directory.
Code:
<?php phpinfo(); ?>
  • Upload this file to a World Wide Web accessible location and navigate to it.
  • You should then see a detailed output of your current PHP environment and settings.
  • To tell if Zend Optimizer is installed from this page, scroll down until you find something similar to the figure below.
step1_1.gif

If Zend Optimizer is installed on your server, it will be listed here (as shown above).



IonCube

The IonCube Dynamic Loaders normally require no server installation and usually involves more than uploading additional files to your server. The loaders can be downloaded from www.ioncube.com/loaders.php, and need to be placed in a folder named /ioncube/in the directory your support desk is to be installed - if your support desk is available at www.yourdomain.com/support, the folder you need to upload the loaders to is www.yourdomain.com/support/ioncube.

You can only use the IonCube Dynamic Loaders if you have safe_mode set to Off and enable_dl set to On in your PHP configuration (php.ini).

If you do not have the correct settings as described in order to use the IonCube Dynamic Loaders, please contact your system administrator asking that they either change the settings as appropriate.

The alternative to this is to make IonCube available server-wide, which involves installing IonCube as a PHP module. Following this route means that the PHP changes mentioned previously (enable_dl and safe_mode) do not need to be made.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Reply With Quote
Reply

Tags
ioncube, zend

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46