a38f25f7cd
Upgraded IDNA to IDNA2 Added PEAR Date > fixed: The each function is deprecated
7 lines
114 B
PHP
7 lines
114 B
PHP
<?php
|
|
require_once 'Net/IDNA2/Exception.php';
|
|
|
|
class Net_IDNA2_Exception_Nameprep extends Net_IDNA2_Exception
|
|
{
|
|
}
|