[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] com doc/en: =?UTF-8?Q?mbstring=2Efunc=5Foverload=20and=20related=20stuff?= =?UTF-8?Q?=20is
From:       Christoph Michael Becker <cmb () php ! net>
Date:       2021-01-28 18:54:40
Message-ID: php-mail-66a12d1eee4ea22ed3af57bc4dd4ebbd735952807 () git ! php ! net
[Download RAW message or body]

Commit:    51105156aac67e5fcb0670aef84a05da3330d8fb
Author:    Christoph M. Becker <cmbecker69@gmx.de>         Thu, 28 Jan 2021 19:54:40 \
                +0100
Parents:   639380b506ce25c0cc220c29e1ee907d66b26189
Branches:  master

Link:       http://git.php.net/?p=doc/en.git;a=commitdiff;h=51105156aac67e5fcb0670aef84a05da3330d8fb


Log:
mbstring.func_overload and related stuff is removed as of PHP 8.0.0

Changed paths:
  M  language-snippets.ent
  M  reference/mbstring/constants.xml
  M  reference/mbstring/functions/mb-get-info.xml
  M  reference/mbstring/ini.xml


Diff:
diff --git a/language-snippets.ent b/language-snippets.ent
index 7ef4a0e9b8..959448f7da 100644
--- a/language-snippets.ent
+++ b/language-snippets.ent
@@ -234,6 +234,11 @@ xmlns="http://docbook.org/ns/docbook"><simpara>This feature has \
been  <emphasis>DEPRECATED</emphasis> as of PHP 7.2.0. Relying on this feature
 is highly discouraged.</simpara></warning>'>
 
+<!ENTITY warn.deprecated.feature-7-2-0.removed-8-0-0 '<warning
+xmlns="http://docbook.org/ns/docbook"><simpara>This feature has been
+<emphasis>DEPRECATED</emphasis> as of PHP 7.2.0, and <emphasis>REMOVED</emphasis> as \
of PHP 8.0.0. Relying on this feature +is highly discouraged.</simpara></warning>'>
+
 <!ENTITY warn.deprecated.function-7-2-0 '<warning
 xmlns="http://docbook.org/ns/docbook"><simpara>This function has been
 <emphasis>DEPRECATED</emphasis> as of PHP 7.2.0. Relying on this function
diff --git a/reference/mbstring/constants.xml b/reference/mbstring/constants.xml
index 2de1ba6f97..fce49afd3d 100644
--- a/reference/mbstring/constants.xml
+++ b/reference/mbstring/constants.xml
@@ -11,7 +11,7 @@
    </term>
    <listitem>
     <simpara>
-     
+     Removed as of PHP 8.0.0.
     </simpara>
    </listitem>
   </varlistentry>
@@ -22,7 +22,7 @@
    </term>
    <listitem>
     <simpara>
-     
+     Removed as of PHP 8.0.0.
     </simpara>
    </listitem>
   </varlistentry>
@@ -33,7 +33,7 @@
    </term>
    <listitem>
     <simpara>
-     
+     Removed as of PHP 8.0.0.
     </simpara>
    </listitem>
   </varlistentry>
diff --git a/reference/mbstring/functions/mb-get-info.xml \
b/reference/mbstring/functions/mb-get-info.xml index f1d1f0bd01..fa1d53a86f 100644
--- a/reference/mbstring/functions/mb-get-info.xml
+++ b/reference/mbstring/functions/mb-get-info.xml
@@ -28,7 +28,6 @@
        If <parameter>type</parameter> is not specified or is specified as \
                <literal>"all"</literal>,
        <literal>"internal_encoding"</literal>, <literal>"http_input"</literal>,
        <literal>"http_output"</literal>, \
                <literal>"http_output_conv_mimetypes"</literal>,
-       <literal>"func_overload"</literal>, <literal>"func_overload_list"</literal>,
        <literal>"mail_charset"</literal>, <literal>"mail_header_encoding"</literal>,
        <literal>"mail_body_encoding"</literal>, <literal>"illegal_chars"</literal>,
        <literal>"encoding_translation"</literal>, <literal>"language"</literal>,
@@ -63,6 +62,29 @@
   </para>
  </refsect1>
 
+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     <row>
+      <entry>8.0.0</entry>
+      <entry>
+       The <parameter>type</parameter>s <literal>"func_overload"</literal>
+       and <literal>"func_overload_list"</literal> are no longer supported.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="seealso">
   &reftitle.seealso;
   <para>
diff --git a/reference/mbstring/ini.xml b/reference/mbstring/ini.xml
index 2ad7686326..7b91999723 100644
--- a/reference/mbstring/ini.xml
+++ b/reference/mbstring/ini.xml
@@ -66,7 +66,7 @@
       <entry>PHP_INI_SYSTEM</entry>
       <entry>
        PHP_INI_PERDIR in PHP &lt;= 5.2.6.
-       Deprecated in PHP 7.2.0.
+       Deprecated as of PHP 7.2.0; removed as of PHP 8.0.0.
       </entry>
      </row>
      <row>
@@ -205,7 +205,7 @@
      <type>string</type>
     </term>
     <listitem>
-     &warn.deprecated.feature-7-2-0;
+     &warn.deprecated.feature-7-2-0.removed-8-0-0;
      <para>
       Overloads a set of single byte functions by the mbstring counterparts. See
       <link linkend="mbstring.overload">Function overloading</link> for more


--
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic