Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.4.3
-
None
Description
The MYSQL_STMT value passed to mysql_stmt_close() no longer accepts a null value as input. Older versions allowed it similar to how mysql_close() allows it.
I filed a pull request that should fix this.