]> granicus.if.org Git - php/commitdiff
more 64bit fixes
authorAntony Dovgal <tony2001@php.net>
Thu, 28 Sep 2006 23:03:45 +0000 (23:03 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 28 Sep 2006 23:03:45 +0000 (23:03 +0000)
ext/pdo/php_pdo_driver.h

index c0973838bc61917ebc823d7fe754139cee3e7ffb..91154bf19dde3645e62daa5b29e58d5771ab74e3 100755 (executable)
@@ -519,7 +519,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 */