Index: branches/5.3.x/core/install/prerequisites.php =================================================================== diff -u -N -r16124 -r16284 --- branches/5.3.x/core/install/prerequisites.php (.../prerequisites.php) (revision 16124) +++ branches/5.3.x/core/install/prerequisites.php (.../prerequisites.php) (revision 16284) @@ -1,6 +1,6 @@ ='); + $ret['php_version'] = version_compare(PHP_VERSION, '5.3.9', '>='); if ( function_exists('apache_get_modules') ) { $mod_rewrite = in_array('mod_rewrite', apache_get_modules());