From: foobar Date: Mon, 5 Dec 2005 22:40:31 +0000 (+0000) Subject: fix typo X-Git-Tag: RELEASE_1_1_1~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4851c062fb73d3919695f661f45ef6f97723fee8;p=php fix typo --- diff --git a/ext/pdo/pdo_dbh.c b/ext/pdo/pdo_dbh.c index 2230d08a03..cf68449328 100755 --- a/ext/pdo/pdo_dbh.c +++ b/ext/pdo/pdo_dbh.c @@ -283,7 +283,7 @@ static PHP_METHOD(PDO, dbh_constructor) zval **v; int plen; char *hashkey = NULL; - zend_list_entry *le; + zend_rsrc_list_entry *le; pdo_dbh_t *pdbh = NULL; if (SUCCESS == zend_hash_index_find(Z_ARRVAL_P(options), PDO_ATTR_PERSISTENT, (void**)&v)) { @@ -377,7 +377,7 @@ static PHP_METHOD(PDO, dbh_constructor) /* all set */ if (is_persistent) { - zend_list_entry le; + zend_rsrc_list_entry le; /* register in the persistent list etc. */ /* we should also need to replace the object store entry,