Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorMatthieu Aubry <mattab@users.noreply.github.com>2017-02-19 10:03:19 +0300
committerGitHub <noreply@github.com>2017-02-19 10:03:19 +0300
commit7078a4620c4094c9d9387a329d4b8df1e9d6a91b (patch)
tree0cb8d960e8e3a6c9f2080828559613258ab2d23e /libs
parent28c2e0b933f9f79c11f4e8a964689bd509390564 (diff)
Fix the builds + Submodule update (#11355)
* Fix the build * UI tests * Submodules * UI test
Diffstat (limited to 'libs')
-rw-r--r--libs/Zend/Validate/Hostname.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/Zend/Validate/Hostname.php b/libs/Zend/Validate/Hostname.php
index 1ea9800546..72d5a3acbe 100644
--- a/libs/Zend/Validate/Hostname.php
+++ b/libs/Zend/Validate/Hostname.php
@@ -498,6 +498,12 @@ class Zend_Validate_Hostname extends Zend_Validate_Abstract
'電訊盈科' => array(1 => self::VALID_UNICODE_DOMAIN),
'العليان' => array(1 => self::VALID_UNICODE_DOMAIN),
'嘉里' => array(1 => self::VALID_UNICODE_DOMAIN),
+ 'বাংলা' => array(1 => self::VALID_UNICODE_DOMAIN),
+ 'католик' => array(1 => self::VALID_UNICODE_DOMAIN),
+ '通販' => array(1 => self::VALID_UNICODE_DOMAIN),
+ 'پاکستان' => array(1 => self::VALID_UNICODE_DOMAIN),
+ 'كاثوليك' => array(1 => self::VALID_UNICODE_DOMAIN),
+ '天主教' => array(1 => self::VALID_UNICODE_DOMAIN),
);