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.