File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,9 @@ 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.
96+ RFC: https://wiki.php.net/rfc/mysqli_bind_in_execute
9497
9598- MySQLnd:
9699 . The mysqlnd.fetch_copy_data ini setting has been removed. However, this
@@ -218,6 +221,9 @@ PHP 8.1 UPGRADE NOTES
218221 used to specify a directory from which files are allowed to be loaded. It
219222 is only meaningful if mysqli.allow_local_infile is not enabled, as all
220223 directories are allowed in that case.
224+ . Binding in execute has been added to mysqli prepared statements.
225+ Parameters can now be passed to mysqli_stmt::execute as an array.
226+ RFC: https://wiki.php.net/rfc/mysqli_bind_in_execute
221227
222228- PDO MySQL:
223229 . The PDO::MYSQL_ATTR_LOCAL_INFILE_DIRECTORY attribute has been added, which
You can’t perform that action at this time.
0 commit comments