summaryrefslogtreecommitdiff
path: root/ext/pdo/php_pdo_driver.h
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2014-04-24 21:14:36 +0800
committerXinchen Hui <laruence@gmail.com>2014-04-24 21:14:36 +0800
commit9fe853130951cff085907c0ac136edd31ec52288 (patch)
treefa894428745975ec54cbc85e81a24998c21fca1a /ext/pdo/php_pdo_driver.h
parent9824418c61974e4d8bef372da91e64deadbfdd9b (diff)
downloadphp-git-9fe853130951cff085907c0ac136edd31ec52288.tar.gz
Various bugs fixed
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;