Skip to content

Conversation

kamil-tekiela
Copy link
Member

This feature was never implemented, and since the beginning, using this constant with mysqlnd would result in an error.
This feature was only available with libmysqlclient which can no longer be used with mysqli.
There are no plans to implement it in the future.

Deprecating the constant would serve no function since it's not possible to use this constant on its own for anything, and using it with mysqli_stmt_attr_set would result in an error.

This feature was never implemented, and since the
beginning, using this constant with mysqlnd would
result in an error.
This feature was only available with libmysqlclient
which can no longer be used with mysqli.
There are no plans to implement it in the future.
Copy link
Member

@cmb69 cmb69 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, let's remove that. Thank you!

@kamil-tekiela kamil-tekiela merged commit c316382 into php:master Aug 19, 2024
10 checks passed
@kamil-tekiela kamil-tekiela deleted the MYSQLI_STMT_ATTR_PREFETCH_ROWS branch August 19, 2024 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants