diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/pdo/pdo_dbh.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo/pdo_dbh.c b/ext/pdo/pdo_dbh.c index 06dcd1ecc6..dd26a98ce4 100644 --- a/ext/pdo/pdo_dbh.c +++ b/ext/pdo/pdo_dbh.c @@ -572,7 +572,7 @@ static PHP_METHOD(PDO, prepare)  	stmt->default_fetch_type = dbh->default_fetch_type;  	stmt->dbh = dbh;  	/* give it a reference to me */ -	Z_ADDREF_P(getThis() TSRMLS_CC); +	Z_ADDREF_P(getThis());  	php_pdo_dbh_addref(dbh TSRMLS_CC);  	ZVAL_COPY_VALUE(&stmt->database_object_handle, getThis());  	/* we haven't created a lazy object yet */  | 
