Update Idna-Converter to version 1.0.2 (default IDNA standard is now 2008)

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2016-06-16 11:03:02 +02:00
parent 88ccf5b869
commit 843845a825
12 changed files with 4024 additions and 3469 deletions

View File

@@ -94,6 +94,12 @@ class Autoloader {
dirname(dirname(__FILE__)) . '/install/',
);
if (substr($class, 0, 15) == "Mso\IdnaConvert") {
$class = substr($class, 16);
include_once __DIR__.'/classes/idna/ext/'.$class.'.php';
return true;
}
// now iterate through the paths
foreach ($paths as $path) {
// valid directory?