Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7849 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 152 invoked by uid 1010); 15 Feb 2004 21:18:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 127 invoked from network); 15 Feb 2004 21:18:06 -0000 Received: from unknown (HELO smtp3.pp.htv.fi) (213.243.153.173) by pb1.pair.com with SMTP; 15 Feb 2004 21:18:06 -0000 Received: from localhost.localdomain (cs181008.pp.htv.fi [213.243.181.8]) by smtp3.pp.htv.fi (Postfix) with ESMTP id D844627AF85; Sun, 15 Feb 2004 23:18:05 +0200 (EET) Received: from localhost (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.10/8.12.10) with ESMTP id i1FLI4pn002315; Sun, 15 Feb 2004 23:18:05 +0200 Date: Sun, 15 Feb 2004 23:18:04 +0200 (EET) Reply-To: Jani Taskinen To: andi@zend.com, zeev@zend.com Cc: internals@lists.php.net Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: About bug #26753 and zend_register_list_destructors() From: sniper@iki.fi (Jani Taskinen) This is either bug in zend_fetch_list_dtor_id() as said in the bug report or misuse of [zend_]register_list_destructors(). So which one is it? Is zend_register_list_destructors() deprecated in favor of zend_register_list_destructors_ex() or what?? FYI: register_list_destructors() is only used by ext/mssql in HEAD. It's also used by ext/crack in PHP_4_3. But not anywhere else. What's the difference between these two functions anyway?? (some comments in the sources would be so nice sometimes :) --Jani