Implement new MySQLi execute_query() #11

Closed
opened 2023-10-29 12:39:23 +01:00 by vlw · 0 comments
vlw commented 2023-10-29 12:39:23 +01:00 (Migrated from codeberg.org)

PHP 8.1 introduced a new method execute_query() which abstracts prepared statemend binding and execution. It should definitely be used instead of the custom-made implementation in this library.

PHP 8.1 introduced a new method [`execute_query()`](https://www.php.net/manual/en/mysqli.execute-query.php) which abstracts prepared statemend binding and execution. It should definitely be used instead of the custom-made implementation in this library.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
vlw/php-mysql#11
No description provided.