From: Antony Dovgal Date: Thu, 28 Sep 2006 23:27:49 +0000 (+0000) Subject: more 64bit fixes X-Git-Tag: RELEASE_1_0_0RC1~1513 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16a298bc1d52c1db931f94b595a3ad995398cbd6;p=php more 64bit fixes --- diff --git a/ext/pdo/php_pdo_driver.h b/ext/pdo/php_pdo_driver.h index 91154bf19d..be2b9d3996 100755 --- a/ext/pdo/php_pdo_driver.h +++ b/ext/pdo/php_pdo_driver.h @@ -506,7 +506,7 @@ struct _pdo_dbh_t { /* describes a column */ struct pdo_column_data { char *name; - long namelen; + int namelen; unsigned long maxlen; enum pdo_param_type param_type; unsigned long precision;