From: Ard Biesheuvel Date: Mon, 23 Feb 2004 01:21:16 +0000 (+0000) Subject: 64-bit fix X-Git-Tag: RELEASE_0_2_0~227 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9816c8a4e4342942001a7ccfd3f7a68c071c76b9;p=php 64-bit fix --- diff --git a/ext/sqlite/sqlite.c b/ext/sqlite/sqlite.c index 56ae25440e..91e2710657 100644 --- a/ext/sqlite/sqlite.c +++ b/ext/sqlite/sqlite.c @@ -2820,7 +2820,7 @@ PHP_FUNCTION(sqlite_create_function) PHP_FUNCTION(sqlite_udf_encode_binary) { char *data = NULL; - long datalen; + int datalen; if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s!", &data, &datalen)) { return;