Convert pcre warning to generic message.
This commit is contained in:
@@ -280,7 +280,7 @@ date_default_timezone_set(@date_default_timezone_get());
|
|||||||
* We really need this one!
|
* We really need this one!
|
||||||
*/
|
*/
|
||||||
if (! function_exists('preg_replace')) {
|
if (! function_exists('preg_replace')) {
|
||||||
PMA_fatalError('strCantLoad', 'pcre');
|
PMA_warnMissingExtension('pcre', true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user