http://www.php.net/manual/ja/function.idn-to-ascii.php
http://www.php.net/manual/ja/function.idn-to-utf8.php
Ubuntu13.10上で使おうとしたら "Call to undefined function idn_to_ascii()" が出たので、その対応です。PHPは5.5系でした。
$ sudo apt-get install php5-intlちなみにWin(と言うかXAMPP)の場合は "/xampp/php/" にある "icu**.dl" 一式を "/xampp/apache/bin/" にコピーしてあげると上手くいきました。
http://stackoverflow.com/questions/1451468/intl-extension-installing-php-intl-dll
(MacユーザなんですがMacでの対応方法はまだ調べていない。。。そもそも日本語ドメイン名の必要性がよくわからない。)
No comments:
Post a Comment