Edit History Actions Discussion

Diff for "PHP"

Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2006-08-26 16:44:18
Size: 258
Comment:
Revision 4 as of 2008-02-17 20:00:59
Size: 483
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
PHP5 is enabled on the server, but it's quite restricted because of the voulnurable nature of PHP. PHP is run in safemode and uses suPHP. Apache server uses mod_security to prevent some further attacks. Ask if you need more details about the configuration. = PHP =
PHP version 5 is enabled on all user's websites by default. The installed version of PHP is 5.2.x with Suhosin patches and extensions for added security. Also, file uploads has been disabled and some other configuration directives has been changed for security reasons. This might break compatibility with some PHP applications, but the majority should work with no modifications.

=== Links ===
 * http://www.php.net/
 * http://www.hardened-php.net/suhosin/index.html

PHP

PHP version 5 is enabled on all user's websites by default. The installed version of PHP is 5.2.x with Suhosin patches and extensions for added security. Also, file uploads has been disabled and some other configuration directives has been changed for security reasons. This might break compatibility with some PHP applications, but the majority should work with no modifications.