How to enable Imagick (ImageMagick)

How to enable Imagick (ImageMagick)

The Imagick PHP extension is available on all StartUp, GrowBig and GoGeek XonHost servers, but is disabled by default. If you would like to enable and use the PHP extension, then you need to go to your cPanel -> PHP … Continued
Is PEAR included in your PHP installations

Is PEAR included in your PHP installations

Yes, the standard PEAR packages are included in all PHP installations. If your application requires a certain PEAR package which is not included please check our Pear Modules tutorial.
How to increase PHP upload_max_filesize?

How to increase PHP upload_max_filesize?

Our shared hosting plans have a fixed value for PHP upload_max_filesize which is 128 MB and cannot be changed. If you have Cloud or Dedicated server, you can increase the upload_max_filesize: from cPanel -> PHP Variables Manager or manually create a file named php.ini (using FTP, SSH or … Continued
Site shows PHP warnings / errors

Site shows PHP warnings / errors

PHP warnings / errors show for various reasons. In case you get such PHP messages on your website, you can do the following: 1) If it is just a warning and your scripts work properly you can disable the php … Continued
What is my PHP memory limit?

What is my PHP memory limit?

The server Memory Limit on our shared hosting plans – StartUp, GrowBig and GoGeek plan is 768M. On our Cloud and Dedicated servers, it may be configured depending on your particular setup. You can check this article in case you wish to modify any PHP variables.
PHP’s fsockopen() problems

PHP’s fsockopen() problems

The PHP function fsockopen() may not work because of firewall restrictions on the outgoing connections. In such cases the port required for the outgoing connection should be opened. You can request this by opening a ticket through your User Area -> Support -> Report Other … Continued
Is PHP Safe Mode turned Off on XonHost’s servers

Is PHP Safe Mode turned Off on XonHost’s servers

PHP Safe Mode is by default turned off for all PHP versions available on XonHost servers. Note also that this feature has been deprecated as of PHP 5.3.0. PHP developers highly encourage people to not rely on this feature any … Continued
Are zlib, zip, curl, simple_xml supported?

Are zlib, zip, curl, simple_xml supported?

All XonHost’s servers have zlib, zip, curl, simple_xml installed. You can find more information about the above by using the phpinfo() function.
How to enable zlib compression manually for PHP scripts

How to enable zlib compression manually for PHP scripts

PHP Zlib module allows you to transparently read and write gzip compressed files. Thus it is used for serving faster content to the end users by compressing the data stream. You can easily enable it by placing the following line … Continued
How is PHP installed on XonHost’s servers?

How is PHP installed on XonHost’s servers?

XonHost’s webservers run PHP as a CGI module in SuExec. PHP is also running as a CLI binary. For more information please use the phpinfo() function.