summaryrefslogtreecommitdiff
path: root/ext/pdo/php_pdo_driver.h
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-09-28 23:03:56 +0000
committerAntony Dovgal <tony2001@php.net>2006-09-28 23:03:56 +0000
commitd6eb64344d34fb5e3bf2198630485ab8ff35383c (patch)
treead58fb5a9af03f22c25d50e70c62717ed2fe9419 /ext/pdo/php_pdo_driver.h
parent478d42a3acfd5a16dd01755676500fef50686f24 (diff)
downloadphp-git-d6eb64344d34fb5e3bf2198630485ab8ff35383c.tar.gz
MFH
Diffstat (limited to 'ext/pdo/php_pdo_driver.h')
-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 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 */