]> granicus.if.org Git - php/commitdiff
- Do not use the PHP3 era names!
authorfoobar <sniper@php.net>
Mon, 5 Dec 2005 22:38:17 +0000 (22:38 +0000)
committerfoobar <sniper@php.net>
Mon, 5 Dec 2005 22:38:17 +0000 (22:38 +0000)
ext/pdo/pdo_dbh.c

index 96a6047d6c447e3375eea5e30e8388aabdcc3ab6..2230d08a03f033046166c6d67427ec7da188ab1e 100755 (executable)
@@ -283,7 +283,7 @@ static PHP_METHOD(PDO, dbh_constructor)
                zval **v;
                int plen;
                char *hashkey = NULL;
-               list_entry *le;
+               zend_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) {
-                       list_entry le;
+                       zend_list_entry le;
 
                        /* register in the persistent list etc. */
                        /* we should also need to replace the object store entry,