summaryrefslogtreecommitdiff
path: root/ext/pdo/php_pdo_driver.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2014-04-24 19:15:30 +0400
committerDmitry Stogov <dmitry@zend.com>2014-04-24 19:15:30 +0400
commit0ca57dd1d30f725c68734ec9aec5bc174bb3680e (patch)
treecc637d70404e561cbfa3c09f37e456585ee52afe /ext/pdo/php_pdo_driver.h
parentb1ff15278271268014e50ab409e31c5ffbb31b51 (diff)
parente86b287c83894dd869fc94ff710b7f54aceb0970 (diff)
downloadphp-git-0ca57dd1d30f725c68734ec9aec5bc174bb3680e.tar.gz
Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2
Diffstat (limited to 'ext/pdo/php_pdo_driver.h')
-rw-r--r--ext/pdo/php_pdo_driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pdo/php_pdo_driver.h b/ext/pdo/php_pdo_driver.h
index 1112a9ee95..6a0faaa121 100644
--- a/ext/pdo/php_pdo_driver.h
+++ b/ext/pdo/php_pdo_driver.h
@@ -606,6 +606,7 @@ struct _pdo_stmt_t {
int column;
struct {
zend_class_entry *ce;
+ void *_reserved;
zval ctor_args; /* freed */
zval retval;
zend_fcall_info fci;