diff options
author | Xinchen Hui <laruence@gmail.com> | 2014-04-24 21:14:36 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2014-04-24 21:14:36 +0800 |
commit | 9fe853130951cff085907c0ac136edd31ec52288 (patch) | |
tree | fa894428745975ec54cbc85e81a24998c21fca1a /ext/pdo/php_pdo_driver.h | |
parent | 9824418c61974e4d8bef372da91e64deadbfdd9b (diff) | |
download | php-git-9fe853130951cff085907c0ac136edd31ec52288.tar.gz |
Various bugs fixed
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; |