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.