On Mon, 16 Feb 2004, Andi Gutmans wrote: > It seems to me that the difference is in the dtor() callback's parameters. > I'm not sure why type_name is not passed to > zend_register_list_destructors(). It probably did not exist when it was > originally written. > I guess we can either fix the comparison, change > zend_register_list_destructors() to accept type_name, or nuke > zend_register_list_destructors() completely and move to _ex(). > Probably the last is the best option if we only have to fix two extensions.
Third party extensions might use it too, you can't just remove API functions at will :) Derick -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php