From 5e34f6cf9ef9116d05193a2d8209dd3aac0069f7 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 28 Sep 2006 23:27:59 +0000 Subject: [PATCH] MFH --- ext/pdo/php_pdo_driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1