Index: branches/5.2.x/core/install/prerequisites.php =================================================================== diff -u -N -r14863 -r15130 --- branches/5.2.x/core/install/prerequisites.php (.../prerequisites.php) (revision 14863) +++ branches/5.2.x/core/install/prerequisites.php (.../prerequisites.php) (revision 15130) @@ -1,6 +1,6 @@ ='); - + $ret['php_version'] = version_compare(PHP_VERSION, '5.3.2', '>='); $ret['url_rewriting'] = function_exists('apache_get_modules') && in_array('mod_rewrite', apache_get_modules()); $ret['memcache'] = class_exists('Memcache'); $ret['curl'] = function_exists('curl_init'); + $ret['simplexml'] = function_exists('simplexml_load_string'); $ret['freetype'] = function_exists('imagettfbbox'); $ret['gd_version'] = $ret['jpeg'] = false;