summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-09-28 23:27:59 +0000
committerAntony Dovgal <tony2001@php.net>2006-09-28 23:27:59 +0000
commit5e34f6cf9ef9116d05193a2d8209dd3aac0069f7 (patch)
tree464a55ebb39bc3ab3869580edcbbc35eb808c19d
parent66bdeaddb4f25fd89c43807c28715b7a195c563a (diff)
downloadphp-git-5e34f6cf9ef9116d05193a2d8209dd3aac0069f7.tar.gz
MFH
-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;