Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
ca4fd020a4
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user