mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
ext/pdo: Remove refcount field from _pdo_stmt_t (#17622)
It is unused, and removing it saves 8 bytes on 64 bits systems.
This commit is contained in:
parent
e1f3249285
commit
8d95b3da89
1 changed files with 0 additions and 1 deletions
|
@ -605,7 +605,6 @@ struct _pdo_stmt_t {
|
||||||
/* for lazy fetches, we always return the same lazy object handle.
|
/* for lazy fetches, we always return the same lazy object handle.
|
||||||
* Let's keep it here. */
|
* Let's keep it here. */
|
||||||
zval lazy_object_ref;
|
zval lazy_object_ref;
|
||||||
zend_ulong refcount;
|
|
||||||
|
|
||||||
/* defaults for fetches */
|
/* defaults for fetches */
|
||||||
enum pdo_fetch_type default_fetch_type;
|
enum pdo_fetch_type default_fetch_type;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue