From: Antony Dovgal Date: Thu, 28 Sep 2006 23:03:45 +0000 (+0000) Subject: more 64bit fixes X-Git-Tag: RELEASE_1_0_0RC1~1515 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86eb8b41788a10e3cccae0ca5e8b4f0f120d3488;p=php more 64bit fixes --- diff --git a/ext/pdo/php_pdo_driver.h b/ext/pdo/php_pdo_driver.h index c0973838bc..91154bf19d 100755 --- a/ext/pdo/php_pdo_driver.h +++ b/ext/pdo/php_pdo_driver.h @@ -519,7 +519,7 @@ struct pdo_column_data { struct pdo_bound_param_data { long paramno; /* if -1, then it has a name, and we don't know the index *yet* */ char *name; - long namelen; + int namelen; long max_value_len; /* as a hint for pre-allocation */