mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
master renamings phase 5
This commit is contained in:
parent
455741fce3
commit
28b7a03318
18 changed files with 38 additions and 38 deletions
|
@ -551,9 +551,9 @@ static int pdo_mysql_stmt_param_hook(pdo_stmt_t *stmt, struct pdo_bound_param_da
|
|||
mysqlnd_stmt_bind_one_param(S->stmt, param->paramno, parameter, MYSQL_TYPE_VAR_STRING);
|
||||
break;
|
||||
case IS_LONG:
|
||||
#if SIZEOF_ZEND_INT==8
|
||||
#if SIZEOF_ZEND_LONG==8
|
||||
mysqlnd_stmt_bind_one_param(S->stmt, param->paramno, parameter, MYSQL_TYPE_LONGLONG);
|
||||
#elif SIZEOF_ZEND_INT==4
|
||||
#elif SIZEOF_ZEND_LONG==4
|
||||
mysqlnd_stmt_bind_one_param(S->stmt, param->paramno, parameter, MYSQL_TYPE_LONG);
|
||||
#endif /* SIZEOF_LONG */
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue