mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
091d0f9b6e
commit
74116203db
3 changed files with 15 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue