set to -1, it's ignored, and the passed_id argument is used).
If you're experiencing trouble with mysql_close(), please give me a
reproducing script. If there's a bug, it's not as simple as that.
}
ZEND_FETCH_RESOURCE2(mysql, MYSQL *, mysql_link, id, "MySQL-Link", le_link, le_plink);
-
- /* XXX shouldn't this be zend_list_delete((*mysql_link)->value.lval)
- * if the optional parameter is present? (steinm@php.net) */
zend_list_delete(id);
RETURN_TRUE;
}