second shot on removing TSRMLS_*

This commit is contained in:
Anatol Belski 2014-12-14 14:07:59 +01:00
parent bdeb220f48
commit e112f6a04e
59 changed files with 190 additions and 192 deletions

View file

@ -168,7 +168,7 @@ mysqlnd_auth_change_user(MYSQLND_CONN_DATA * const conn,
size_t * switch_to_auth_protocol_len,
zend_uchar ** switch_to_auth_protocol_data,
size_t * switch_to_auth_protocol_data_len
TSRMLS_DC)
)
{
enum_func_status ret = FAIL;
const MYSQLND_CHARSET * old_cs = conn->charset;