PHP – just like you want it

PHP – just like you want it

We run modern PHP for every site — every version from PHP 7.4 through 8.2, free to pick per site. 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. Need an older runtime? End-of-life versions (5.6, 7.0, 7.1) are also available on request for legacy sites.

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 other runtime settings. Such settings can be configured in our Control Center or by creating a custom "php.ini" file. Changes take effect immediately.

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

Every site runs in its own private space, as its own user — never as one shared user alongside everyone else. That per-site isolation is the foundation of our security model: your code, your files, and your processes stay firmly yours, and a problem in one place can never reach into yours.