summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2005-01-23 15:34:48 +0000
committerWez Furlong <wez@php.net>2005-01-23 15:34:48 +0000
commitebaf95b13a7c6b026ec69f6a2f3a10190878580c (patch)
tree8fdcb5ee9507ff6ed4b1f51d70cfae48a8e29ae8
parent618b7c267c5152e3f4e93072f01cf5b5d0cf8372 (diff)
downloadphp-git-ebaf95b13a7c6b026ec69f6a2f3a10190878580c.tar.gz
make this the right size...
-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 1914567d7b..422b108098 100755
--- a/ext/pdo/php_pdo_driver.h
+++ b/ext/pdo/php_pdo_driver.h
@@ -419,7 +419,7 @@ struct _pdo_dbh_t {
unsigned int refcount;
/* driver specific "class" methods for the dbh and stmt */
- HashTable *cls_methods[PDO_DBH_DRIVER_METHOD_KIND__MAX-1];
+ HashTable *cls_methods[PDO_DBH_DRIVER_METHOD_KIND__MAX];
};
/* describes a column */