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

List:       php-doc-cvs
Subject:    [DOC-CVS] com doc/en: Clean up all mysqli aliases removed in PHP 5.4: reference/mysqli/mysqli/charac
From:       Christoph Michael Becker <cmb () php ! net>
Date:       2021-03-23 12:58:40
Message-ID: php-mail-7cf52d858e597fca4bac6049dd49d2412002209620 () git ! php ! net
[Download RAW message or body]

Commit:    4f006f632a373421bf92c1da071cf13dc51b6488
Author:    Kamil Tekiela <tekiela246@gmail.com>         Sat, 20 Mar 2021 22:09:20 \
                +0000
Committer: Christoph M. Becker <cmbecker69@gmx.de>      Tue, 23 Mar 2021 13:58:40 \
                +0100
Parents:   9c9b8f3e66ec3cb9a2e638bec8d2be2b8cfc0ff2
Branches:  master

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


Log:
Clean up all mysqli aliases removed in PHP 5.4

Closes GH-499.

Changed paths:
  M  reference/mysqli/mysqli/character-set-name.xml
  M  reference/mysqli/summary.xml


Diff:
diff --git a/reference/mysqli/mysqli/character-set-name.xml \
b/reference/mysqli/mysqli/character-set-name.xml index eafc02700a..ce20149de2 100644
--- a/reference/mysqli/mysqli/character-set-name.xml
+++ b/reference/mysqli/mysqli/character-set-name.xml
@@ -99,7 +99,6 @@ Current character set is latin1_swedish_ci
   <para>
    <simplelist>
     <member><function>mysqli_set_charset</function></member>
-    <member><function>mysqli_client_encoding</function></member>
     <member><function>mysqli_real_escape_string</function></member>
    </simplelist>
   </para>
diff --git a/reference/mysqli/summary.xml b/reference/mysqli/summary.xml
index b175baefe0..b8b0f8a09b 100644
--- a/reference/mysqli/summary.xml
+++ b/reference/mysqli/summary.xml
@@ -133,10 +133,9 @@
      <entry>Changes the user of the specified database connection</entry>
     </row>
     <row>
-     <entry><methodname>mysqli::character_set_name</methodname>,<link \
                linkend="mysqli.character-set-name">
-      mysqli::client_encoding</link></entry>
+     <entry><methodname>mysqli::character_set_name</methodname></entry>
      <entry><function>mysqli_character_set_name</function></entry>
-     <entry><function>mysqli_client_encoding</function></entry>
+     <entry>N/A</entry>
      <entry>Returns the default character set for the database connection</entry>
     </row>
     <row>
@@ -411,7 +410,7 @@
     <row>
      <entry><link linkend="mysqli-stmt.param-count">$mysqli_stmt::param_count</link></entry>
  <entry><function>mysqli_stmt_param_count</function></entry>
-     <entry><function>mysqli_param_count</function></entry>
+     <entry>N/A</entry>
      <entry>Returns the number of parameter for the given statement</entry>
     </row>
     <row>
@@ -438,13 +437,13 @@
     <row>
      <entry><methodname>mysqli_stmt::bind_param</methodname></entry>
      <entry><function>mysqli_stmt_bind_param</function></entry>
-     <entry><function>mysqli_bind_param</function></entry>
+     <entry>N/A</entry>
      <entry>Binds variables to a prepared statement as parameters</entry>
     </row>
     <row>
      <entry><methodname>mysqli_stmt::bind_result</methodname></entry>
      <entry><function>mysqli_stmt_bind_result</function></entry>
-     <entry><function>mysqli_bind_result</function></entry>
+     <entry>N/A</entry>
      <entry>Binds variables to a prepared statement for result storage</entry>
     </row>
     <row>
@@ -468,7 +467,7 @@
     <row>
      <entry><methodname>mysqli_stmt::fetch</methodname></entry>
      <entry><function>mysqli_stmt_fetch</function></entry>
-     <entry><function>mysqli_fetch</function></entry>
+     <entry>N/A</entry>
      <entry>Fetch results from a prepared statement into the bound variables</entry>
     </row>
     <row>
@@ -522,13 +521,13 @@
     <row>
      <entry><methodname>mysqli_stmt::result_metadata</methodname></entry>
      <entry><function>mysqli_stmt_result_metadata</function></entry>
-     <entry><function>mysqli_get_metadata</function></entry>
+     <entry>N/A</entry>
      <entry>Returns result set metadata from a prepared statement</entry>
     </row>
     <row>
      <entry><methodname>mysqli_stmt::send_long_data</methodname></entry>
      <entry><function>mysqli_stmt_send_long_data</function></entry>
-     <entry><function>mysqli_send_long_data</function></entry>
+     <entry>N/A</entry>
      <entry>Send data in blocks</entry>
     </row>
     <row>


--
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