From: Antony Dovgal Date: Thu, 28 Sep 2006 23:27:59 +0000 (+0000) Subject: MFH X-Git-Tag: php-5.2.0RC5~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e34f6cf9ef9116d05193a2d8209dd3aac0069f7;p=php MFH --- diff --git a/ext/pdo/php_pdo_driver.h b/ext/pdo/php_pdo_driver.h index f245787514..354c8897d3 100755 --- a/ext/pdo/php_pdo_driver.h +++ b/ext/pdo/php_pdo_driver.h @@ -508,7 +508,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;