mirror of
https://github.com/itflow-org/itflow
synced 2026-08-15 20:15:12 +00:00
Update imapengine dependancies too
This commit is contained in:
@@ -41,6 +41,12 @@ if (\PHP_VERSION_ID >= 80000) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!class_exists('ValueError', false)) {
|
||||
class ValueError extends Error
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
if (extension_loaded('intl') && !function_exists('grapheme_levenshtein')) {
|
||||
function grapheme_levenshtein(string $string1, string $string2, int $insertion_cost = 1, int $replacement_cost = 1, int $deletion_cost = 1, string $locale = '') { return p\Php85::grapheme_levenshtein($string1, $string2, $insertion_cost, $replacement_cost, $deletion_cost); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user