<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 18 May 2013 08:50:51 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Evert Pot's Blog: Internationalized domain names, are you ready?]]></title>
      <guid>http://www.phpdeveloper.org/news/15328</guid>
      <link>http://www.phpdeveloper.org/news/15328</link>
      <description><![CDATA[<p>
In a new post to his blog <i>Evert Pot</i> looks at <a href="http://www.rooftopsolutions.nl/blog/internationalized-domain-names-are-you-ready">internationalized domain names</a> and where they could cause issues some of the current validation in PHP applications.
</p>
<blockquote>
Since may 11 TLD's (top-level domain names) have been added. In order for this to work successfully, a lot of applications will have to be fixed. Many email-validation scripts might use [a regular expression] approach [to match most address formats].
</blockquote>
<p>
Unfortunately, this approach will only continue to work with the normal ASCII-based domain names. He includes a list of several that could break it including ones in Chinese, Korean, Persian, Russian and Arabic. He recommends a very liberal regular expression (one that allows for "punycode" strings) to check the email, find the record and try to find an MX record on that domain.
</p>]]></description>
      <pubDate>Mon, 25 Oct 2010 09:44:13 -0500</pubDate>
    </item>
  </channel>
</rss>
