PHP – just like you want it

PHP – just like you want it

As one of the few ones to do so, we offer PHP 8.0 as part of our standard offering. You can freely select the older versions, 7.4, 7,3. 7.2, 7.1, 7.0, and 5.6, for each web site, but also newer versions like 8.1 and 8.2. All the popular PHP-based Content Management Systems such as Wordpress, Joomla, and Drupal run without a hitch thanks to our adjustable configuration and very few limitations.

PHP tailored for you

Some PHP systems require special care. For instance, you might want to adjust the maximum allowable size of file uploads, or configure whether PHP should run in "safe_mode". Such settings can be configured in our Control Centre or by creating a custom "php.ini" file. Changes take effect immidiately.

Hardly any limitations

Script and applications run at maximum performance thanks to high resource limits. For example, the default memory limit in our PHP configuration is 256 MB, and it can be adjusted up to 512 MB. Likewise, PHP scripts can upload files of up to 512 MB. Full list of resource limits.

Lots of add-on modules

The PHP install comes with a lot of add-on modules allowing your web sites to manipulate images, use the PDO database abstraction layer, and connect to IMAP, FTP, SNMP, PostgreSQL, or LDAP servers. Full list of modules.

High Security

PHP processes run sandboxed from other users, running as your own user. This is a more secure approach than running PHP as one shared user, and relying on the PHP safety features to provide security. The "suhosin" further safeguards your websites from common attacks.