Skip to content

Commit 73969d4

Browse files
committed
UPGRADING
1 parent a99ff69 commit 73969d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UPGRADING

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,9 @@ PHP 8.1 UPGRADE NOTES
226226
. Binding in execute has been added to mysqli prepared statements.
227227
Parameters can now be passed to mysqli_stmt::execute as an array.
228228
RFC: https://wiki.php.net/rfc/mysqli_bind_in_execute
229+
. A new function has been added to mysqli_result called mysqli_fetch_column().
230+
It allows for fetching single scalar values from the result set.
231+
RFC: https://wiki.php.net/rfc/mysqli_fetch_column
229232

230233
- PDO MySQL:
231234
. The PDO::MYSQL_ATTR_LOCAL_INFILE_DIRECTORY attribute has been added, which

0 commit comments

Comments
 (0)