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

index 91154bf19dde3645e62daa5b29e58d5771ab74e3..be2b9d39967d4b7e61d964eaa2370d7ec53d96f0 100755 (executable)
@@ -506,7 +506,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;