diff options
author | Antony Dovgal <tony2001@php.net> | 2006-09-28 23:27:59 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-09-28 23:27:59 +0000 |
commit | 5e34f6cf9ef9116d05193a2d8209dd3aac0069f7 (patch) | |
tree | 464a55ebb39bc3ab3869580edcbbc35eb808c19d | |
parent | 66bdeaddb4f25fd89c43807c28715b7a195c563a (diff) | |
download | php-git-5e34f6cf9ef9116d05193a2d8209dd3aac0069f7.tar.gz |
MFH
-rwxr-xr-x | ext/pdo/php_pdo_driver.h | 2 |
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; |