Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2013-06-04 09:09:28 +02:00
commit ca4fd020a4

View File

@ -284,6 +284,13 @@ if (! function_exists('preg_replace')) {
PMA_warnMissingExtension('pcre', true);
}
/**
* JSON is required in several places.
*/
if (! function_exists('json_encode')) {
PMA_warnMissingExtension('json', true);
}
/**
* @global PMA_Config $GLOBALS['PMA_Config']
* force reading of config file, because we removed sensitive values