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:
authormattab <matthieu.aubry@gmail.com>2016-08-23 00:22:53 +0300
committermattab <matthieu.aubry@gmail.com>2016-08-23 00:22:53 +0300
commit7ca14d216ea95cbce881867a4cb953b367fb7d85 (patch)
tree8f4cd8644b4d12b90084cb06010e6e09f782e9f4 /libs
parentd83b2b2dd42020dd27a6cf06ad70687aeef42b8f (diff)
Fix the integration test and patch Zend Validate
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 79e9902b6e..1ea9800546 100644
--- a/libs/Zend/Validate/Hostname.php
+++ b/libs/Zend/Validate/Hostname.php
@@ -492,6 +492,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),
);