How to add GD support to PHP on a Linux server with Plesk
Adding GD graphic libraries support to php on your linux server with Plesk is relatively simple. First, log into your server using ssh to get to a command line prompt. Second, type the following command to install a version of php with GD support: up2date php-gd Third, restart your web service with this command: service httpd restart That is it. Your web server is now runing php with GD.
Read MoreInstalling IonCube loader with Zend Optimizer – cPanel
This is a common request we get for Ioncube to be installed. It’s generally not an issue, but when you factor in other optimization plugins like Zend and eAccelerator, a common misconception is that the three don’t get along. It’s very easy to install Ioncube into a PHP installation that already has Zend and eAccelerator. This tutorial is specific to cPanel, assuming that you are using php 5.2.x with Zend 3.x.x. If you need help installing eAccelerator, you can see […]
Read MoreHow to Upgrade PHP – cPanel
Whether you compiled manually or with EasyApache, running a PHP upgrade from a previous version is super easy but also one of the most common questions I get. There are 3 likely assumptions about your current environment (specific to Linux servers, sorry Windows users): 1. You are running a cPanel server and have PHP compiled by EasyApache 2. You compiled PHP manually from source 3. You used Yum, Aptitude, or another package manager EasyApache Perhaps the easiest (but least efficient […]
Read More