summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xext/pdo/php_pdo_driver.h2
1 files changed, 1 insertions, 1 deletions
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;