PHP 5.3.8 is available for installing your PHP application.  Please see the "phpinfo" page that is linked from the splash page for a complete list of modules that are installed.

The default PHP values may not suit your application. To override default values use ".htaccess" file. 

<IfModule mod_php5.c>
# change max upload size from default 2 MB to 16 MB
php_value upload_max_filesize 16M
php_value post_max_size 16M
</IfModule>

Many applications like Drupal already include a ".htaccess" file that will utilize settings recommended by the software creators.

Installation Examples