mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
make this the right size...
This commit is contained in:
parent
618b7c267c
commit
ebaf95b13a
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ struct _pdo_dbh_t {
|
||||||
unsigned int refcount;
|
unsigned int refcount;
|
||||||
|
|
||||||
/* driver specific "class" methods for the dbh and stmt */
|
/* 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 */
|
/* describes a column */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue