From d4cd6528a5fc821b824301bcb8b7abc6e826d50e Mon Sep 17 00:00:00 2001 From: pwright64 Date: Thu, 20 Aug 2026 12:07:05 -0400 Subject: [PATCH 1/2] updated tables to fix mobile labels Moved "properties" and "methods" to table titles from table entries (splitting tables at these points), removed class names from table entries, updated table id's to match new tables. This fixes following issue: On mobile, table is collapsed and table head entries are used as :before label elements for table body entries, in a cycling fashion (see web-php/public/js/common.js line 835-851). Table had class names as head entries and "methods" and "properties" as body entries, resulting in incorrect labels for body entries. --- reference/mysqli/summary.xml | 100 ++++++++++++++++++++++------------- 1 file changed, 64 insertions(+), 36 deletions(-) diff --git a/reference/mysqli/summary.xml b/reference/mysqli/summary.xml index 16a7e4bdbfb9..c39f3cabce01 100644 --- a/reference/mysqli/summary.xml +++ b/reference/mysqli/summary.xml @@ -4,13 +4,10 @@ The MySQLi Extension Function Summary - - Summary of <classname>mysqli</classname> methods +
+ Summary of <classname>mysqli</classname> properties - - mysqli Class - OOP Interface Procedural Interface @@ -19,9 +16,6 @@ - - Properties - $mysqli::affected_rows mysqli_affected_rows @@ -117,9 +111,22 @@ N/A Returns the number of warnings from the last query for the given link + + +
+ + + Summary of <classname>mysqli</classname> methods + + - Methods + OOP Interface + Procedural Interface + Alias (Do not use) + Description + + mysqli::autocommit mysqli_autocommit @@ -352,13 +359,10 @@
- - Summary of <classname>mysqli_stmt</classname> methods +
+ Summary of <classname>mysqli_stmt</classname> properties - - MySQL_STMT - OOP Interface Procedural Interface @@ -367,9 +371,6 @@ - - Properties - $mysqli_stmt::affected_rows mysqli_stmt_affected_rows @@ -419,9 +420,22 @@ N/A Returns SQLSTATE error from previous operation + + +
+ + + Summary of <classname>mysqli_stmt</classname> methods + + - Methods + OOP Interface + Procedural Interface + Alias (Do not use) + Description + + mysqli_stmt::attr_get mysqli_stmt_attr_get @@ -540,13 +554,10 @@
- - Summary of <classname>mysqli_result</classname> methods +
+ Summary of <classname>mysqli_result</classname> properties - - mysqli_result - OOP Interface Procedural Interface @@ -555,9 +566,6 @@ - - Properties - $mysqli_result::current_field mysqli_field_tell @@ -582,9 +590,22 @@ N/A Gets the number of rows in a result + + +
+ + + Summary of <classname>mysqli_result</classname> methods + + - Methods + OOP Interface + Procedural Interface + Alias (Do not use) + Description + + mysqli_result::data_seek mysqli_data_seek @@ -663,13 +684,10 @@
- - Summary of <classname>mysqli_driver</classname> methods +
+ Summary of <classname>mysqli_driver</classname> properties - - MySQL_Driver - OOP Interface Procedural Interface @@ -678,18 +696,28 @@ - - Properties - $mysqli_driver::mysqli_report mysqli_report N/A Sets mysqli error reporting mode + + +
+ + + Summary of <classname>mysqli_driver</classname> methods + + - Methods + OOP Interface + Procedural Interface + Alias (Do not use) + Description + + mysqli_driver::embedded_server_end mysqli_embedded_server_end From f569e6861654a8fea1010dbdd16beff6f7cc95fd Mon Sep 17 00:00:00 2001 From: pwright64 Date: Thu, 20 Aug 2026 13:03:38 -0400 Subject: [PATCH 2/2] removed trailing whitespaces removed trailing whitespaces from previous commit --- reference/mysqli/summary.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/mysqli/summary.xml b/reference/mysqli/summary.xml index c39f3cabce01..f00f1fb3ef6a 100644 --- a/reference/mysqli/summary.xml +++ b/reference/mysqli/summary.xml @@ -114,7 +114,7 @@
- + Summary of <classname>mysqli</classname> methods @@ -424,8 +424,8 @@
- - Summary of <classname>mysqli_stmt</classname> methods +
+ Summary of <classname>mysqli_stmt</classname> methods @@ -593,7 +593,7 @@
- + Summary of <classname>mysqli_result</classname> methods @@ -705,7 +705,7 @@
- + Summary of <classname>mysqli_driver</classname> methods