summaryrefslogtreecommitdiff
path: root/ext/pdo/php_pdo_int.h
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-01-10 12:28:32 +0100
committerNikita Popov <nikita.ppv@gmail.com>2019-01-10 12:37:24 +0100
commit32de3469d9eeebfaec8706865f10401656d60dba (patch)
tree339a229978e8b0d8e38d16dc65cdd3c0f96cfb40 /ext/pdo/php_pdo_int.h
parentcf3317c790f968687f70ee5f738da1358ddf875b (diff)
downloadphp-git-32de3469d9eeebfaec8706865f10401656d60dba.tar.gz
Manually initialize PDORow handlers
Makes it easier to see what is specified and what isn't, and allows grepping...
Diffstat (limited to 'ext/pdo/php_pdo_int.h')
-rw-r--r--ext/pdo/php_pdo_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo/php_pdo_int.h b/ext/pdo/php_pdo_int.h
index 17e3bd8a24..9a849c328e 100644
--- a/ext/pdo/php_pdo_int.h
+++ b/ext/pdo/php_pdo_int.h
@@ -49,7 +49,7 @@ extern zend_object *pdo_row_new(zend_class_entry *ce);
extern const zend_function_entry pdo_row_functions[];
extern zend_class_entry *pdo_row_ce;
void pdo_row_free_storage(zend_object *std);
-extern const zend_object_handlers pdo_row_object_handlers;
+extern zend_object_handlers pdo_row_object_handlers;
zend_object_iterator *php_pdo_dbstmt_iter_get(zend_class_entry *ce, zval *object);