Skip to content

Commit 8d95b3d

Browse files
authored
ext/pdo: Remove refcount field from _pdo_stmt_t (#17622)
It is unused, and removing it saves 8 bytes on 64 bits systems.
1 parent e1f3249 commit 8d95b3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/pdo/php_pdo_driver.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,6 @@ struct _pdo_stmt_t {
605605
/* for lazy fetches, we always return the same lazy object handle.
606606
* Let's keep it here. */
607607
zval lazy_object_ref;
608-
zend_ulong refcount;
609608

610609
/* defaults for fetches */
611610
enum pdo_fetch_type default_fetch_type;

0 commit comments

Comments
 (0)