INTL_IDNA_VARIANT_2003 is deprecated as of PHP 7.2.0

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341894 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2017-02-14 13:50:30 +00:00
parent 091d0f9b6e
commit 74116203db
3 changed files with 15 additions and 0 deletions

View file

@ -110,6 +110,7 @@
<simpara>
Use IDNA 2003 algorithm in <function>idn_to_utf8</function> and
<function>idn_to_ascii</function>. This is the default.
This constant and using the default has been deprecated as of PHP 7.2.0.
</simpara>
</listitem>
</varlistentry>

View file

@ -90,6 +90,13 @@
</row>
</thead>
<tbody>
<row>
<entry>7.2.0</entry>
<entry>
<constant>INTL_IDNA_VARIANT_2003</constant> has been deprecated; use
<constant>INTL_IDNA_VARIANT_UTS46</constant> instead.
</entry>
</row>
<row>
<entry>5.4.0/PECL 2.0.0b1</entry>
<entry>

View file

@ -90,6 +90,13 @@
</row>
</thead>
<tbody>
<row>
<entry>7.2.0</entry>
<entry>
<constant>INTL_IDNA_VARIANT_2003</constant> has been deprecated; use
<constant>INTL_IDNA_VARIANT_UTS46</constant> instead.
</entry>
</row>
<row>
<entry>5.4.0/PECL 2.0.0b1</entry>
<entry>