mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
second shot on removing TSRMLS_*
This commit is contained in:
parent
bdeb220f48
commit
e112f6a04e
59 changed files with 190 additions and 192 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue