From: Antony Dovgal Date: Thu, 28 Sep 2006 23:03:56 +0000 (+0000) Subject: MFH X-Git-Tag: php-5.2.0RC5~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6eb64344d34fb5e3bf2198630485ab8ff35383c;p=php MFH --- diff --git a/ext/pdo/php_pdo_driver.h b/ext/pdo/php_pdo_driver.h index 60665cb471..f245787514 100755 --- a/ext/pdo/php_pdo_driver.h +++ b/ext/pdo/php_pdo_driver.h @@ -521,7 +521,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 */