diff options
author | Dmitry Stogov <dmitry@zend.com> | 2014-04-24 19:15:30 +0400 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2014-04-24 19:15:30 +0400 |
commit | 0ca57dd1d30f725c68734ec9aec5bc174bb3680e (patch) | |
tree | cc637d70404e561cbfa3c09f37e456585ee52afe /ext/pdo/php_pdo_driver.h | |
parent | b1ff15278271268014e50ab409e31c5ffbb31b51 (diff) | |
parent | e86b287c83894dd869fc94ff710b7f54aceb0970 (diff) | |
download | php-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.h | 1 |
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; |