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
91
91
for details of behavior changes and how to explicitly set this attribute. To
92
92
keep the old behavior, use mysqli_report(MYSQLI_REPORT_OFF);
93
93
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
94
97
95
98
- MySQLnd:
96
99
. The mysqlnd.fetch_copy_data ini setting has been removed. However, this
@@ -218,6 +221,9 @@ PHP 8.1 UPGRADE NOTES
218
221
used to specify a directory from which files are allowed to be loaded. It
219
222
is only meaningful if mysqli.allow_local_infile is not enabled, as all
220
223
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
221
227
222
228
- PDO MySQL:
223
229
. The PDO::MYSQL_ATTR_LOCAL_INFILE_DIRECTORY attribute has been added, which
You can’t perform that action at this time.
0 commit comments