Skip to content

Commit f697abd

Browse files
committed
Update UPGRADING
1 parent 8ca6548 commit f697abd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ PHP 8.1 UPGRADE NOTES
9191
for details of behavior changes and how to explicitly set this attribute. To
9292
keep the old behavior, use mysqli_report(MYSQLI_REPORT_OFF);
9393
RFC: https://wiki.php.net/rfc/mysqli_default_errmode
94+
. Classes extending mysqli_stmt::execute() will be required to specify the
95+
additional parameter now.
9496

9597
- MySQLnd:
9698
. The mysqlnd.fetch_copy_data ini setting has been removed. However, this
@@ -208,6 +210,8 @@ PHP 8.1 UPGRADE NOTES
208210
used to specify a directory from which files are allowed to be loaded. It
209211
is only meaningful if mysqli.allow_local_infile is not enabled, as all
210212
directories are allowed in that case.
213+
. Binding in execute has been added to mysqli prepared statements.
214+
Parameters can now be passed to mysqli_stmt::execute as an array.
211215

212216
- PDO MySQL:
213217
. The PDO::MYSQL_ATTR_LOCAL_INFILE_DIRECTORY attribute has been added, which

0 commit comments

Comments
 (0)