mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +02:00
- Declarations MUST BE done in the beginning of a context
This commit is contained in:
+1
-1
@@ -94,8 +94,8 @@ static int le_pmysqli;
|
||||
/* Destructor for mysqli entries in free_links/used_links */
|
||||
void php_mysqli_dtor_p_elements(void *data)
|
||||
{
|
||||
TSRMLS_FETCH();
|
||||
MYSQL *mysql = (MYSQL *) data;
|
||||
TSRMLS_FETCH();
|
||||
mysqli_close(mysql, MYSQLI_CLOSE_IMPLICIT);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user