Skip to content

Commit 46257dc

Browse files
committed
Update UPGRADING
1 parent dd4fdf6 commit 46257dc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UPGRADING

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)