Files
yii/tests/framework/validators
resurtm 5f99be770d Additions to #2602:
1. Proper Net_IDNA2 usage. Net_IDNA2::decode() and Net_IDNA2::encode()
accepts only domains, not full URLs. Before this fix framework used
to pass full URLs which is wrong usage.

2. If CEmailValidator or CUrlValidator is being used under PHP 5.3.0+,
native `idn` PHP extension will be used (`idn_to_utf8` and `idn_to_ascii`
functions in particular). Otherwise Net_IDNA2 will be used (for PHP
< 5.3.0).
2013-07-04 19:32:09 +06:00
..
2013-07-04 19:32:09 +06:00
2013-06-12 14:41:56 +04:00
2013-06-12 13:31:59 +04:00
2012-12-01 14:47:19 +04:00
2011-06-17 18:01:02 +00:00
2013-06-12 14:33:16 +04:00