File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,8 @@ 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.
94
96
95
97
- MySQLnd:
96
98
. The mysqlnd.fetch_copy_data ini setting has been removed. However, this
@@ -208,6 +210,8 @@ PHP 8.1 UPGRADE NOTES
208
210
used to specify a directory from which files are allowed to be loaded. It
209
211
is only meaningful if mysqli.allow_local_infile is not enabled, as all
210
212
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.
211
215
212
216
- PDO MySQL:
213
217
. The PDO::MYSQL_ATTR_LOCAL_INFILE_DIRECTORY attribute has been added, which
You can’t perform that action at this time.
0 commit comments