Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
afi
zf
Commits
5aa5e6dc
Commit
5aa5e6dc
authored
Sep 21, 2015
by
Patrick Barroca
😁
Browse files
fix #29633 : bug in .ch domain regex pattern
parent
6b20bf70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
library/Zend/Validate/Hostname/Ch.php
library/Zend/Validate/Hostname/Ch.php
+1
-1
No files found.
library/Zend/Validate/Hostname/Ch.php
View file @
5aa5e6dc
...
@@ -44,7 +44,7 @@ class Zend_Validate_Hostname_Ch implements Zend_Validate_Hostname_Interface
...
@@ -44,7 +44,7 @@ class Zend_Validate_Hostname_Ch implements Zend_Validate_Hostname_Interface
*/
*/
static
function
getCharacters
()
static
function
getCharacters
()
{
{
return
'\x{00E
O
}-\x{00F6}\x{00F8}-\x{00FF}\x{0153}'
;
return
'\x{00E
0
}-\x{00F6}\x{00F8}-\x{00FF}\x{0153}'
;
}
}
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment