Skip to content

Fixed url validation in PHP 7.3

Compare
Choose a tag to compare
@franzose franzose released this 06 Aug 13:12
· 13 commits to master since this release

In PHP 7.3, PCRE has been upgraded as well: literal hyphens should now be escaped. This release fixes the regular expression in the Url rule where those hyphens were not escaped.