Portal Home > Knowledgebase > Articles Database > What is latest zend optimizer and ionCube?
What is latest zend optimizer and ionCube?
Posted by never1, 10-07-2010, 05:49 AM |
Hello,
From PHPinfo here is my Zend info:
Is this mean that I have latest v of zend optimizer and ionCube?
My server OS is 64bit and use WHM/Cpanel
Can you help me to install latest Zend and ionCube?
thanks
|
Posted by never1, 10-07-2010, 06:37 AM |
My PHP Version 5.3.3
|
Posted by bvsonline, 10-07-2010, 06:46 AM |
Hello,
From your phpinfo page information zend optimizer is not installed in your server.You can install the zend optimizer using the Cpanel script which will install the most stable latest version.
/scripts/installzendopt
The latest version of Ioncube is Version 6.5.16.You can manually update the Ioncube in your server.
|
Posted by akasharya, 10-07-2010, 07:20 AM |
If you are using cpanel then zend optimizer can be installed from cpanel script. For installing ioncube use these steps.
1. Download the program and store it on your server using wget or FTP.
http://www.ioncube.com/loader_download.php
2. Unpack the program
tar -zxvf ioncube_loaders.tar.gz
3. cd ioncube
4. copy ioncube-install-assistant.php to a web directory such as your hosting directory and open it in your browser window.
cp ioncube-install-assistant.php /home/userdirectoryhere/www
Then open it http://www.yourdomain.com/ioncube-install-assistant.php
The output should be something similar to:
Analysis of your system configuration shows:
PHP Version 4.3.3
Operating System Linux
Threaded PHP No
php.ini file /usr/local/lib/php.ini
Required Loader ioncube_loader_lin_4.3.so
5. Now lets move the iconcube directory to a permanent location:
cd ..
mv ioncube /usr/local
6. Now that you know the location of php.ini you need to edit it.
pico /usr/local/lib/php.ini
Now find where other zend extentions are in the file.
ctrl + w: zend_extension
Paste in your new line for ioncube loader
zend_extension = /usr/local/ioncube/ioncube_loader_lin_4.3.so
7. Save the changes
ctrl + X then Y and enter
8. Restart the web server to take effect.
/etc/init.d/httpd restart
if you are not running cpanel or any other control panel then you can try this http://www.question-defense.com/2009...zend-optimizer
|
Posted by crazylane, 10-07-2010, 08:10 AM |
Zend Optimizer is not yet available for 5.3.3
|
Add to Favourites Print this Article
Also Read