[PHP-DEV] Funkiness in Zend Source ? From: clayton collie (ccollie <email protected>)
Date: 03/30/01

so im looking at the source to zend_list.c, trying to understand persistent
lists. i check out zend_plist_delete which passes &EG(persistent_list) as
the hash table parameter to zend_list_do_delete. in zend_do_delete, however,
the hashtable is completely ignored and &EG(regular_list) is used instead.
  is this a WAD ?

also, is there no zend_plist_addref ??

BTW - php4.04pl1

--
_____________________________________
"Fried Ice-Cream is a reality !" - George Clinton

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>