Skip to content

Commit df87963

Browse files
committed
Merge branch 'PHP-7.0'
* PHP-7.0: fix ibase connection routine
2 parents b360ba6 + be5bbe7 commit df87963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/interbase/interbase.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ static char const dpb_args[] = {
848848
0, isc_dpb_user_name, isc_dpb_password, isc_dpb_lc_ctype, isc_dpb_sql_role_name, 0
849849
};
850850

851-
int _php_ibase_attach_db(char **args, int *len, zend_long *largs, isc_db_handle *db) /* {{{ */
851+
int _php_ibase_attach_db(char **args, size_t *len, zend_long *largs, isc_db_handle *db) /* {{{ */
852852
{
853853
short i, dpb_len, buf_len = 257-2; /* version byte at the front, and a null at the end */
854854
char dpb_buffer[257] = { isc_dpb_version1, 0 }, *dpb;

0 commit comments

Comments
 (0)