Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19935 invoked from network); 17 Mar 2003 19:10:53 -0000 Received: from unknown (HELO err) (212.199.104.105) by pb1.pair.com with SMTP; 17 Mar 2003 19:10:53 -0000 Received: by err (Postfix, from userid 1000) id 3310813577; Mon, 17 Mar 2003 21:10:52 +0200 (IST) Received: from localhost (localhost [127.0.0.1]) by err (Postfix) with ESMTP id 0D8FE13576 for ; Mon, 17 Mar 2003 21:10:51 +0200 (IST) Date: Mon, 17 Mar 2003 21:10:51 +0200 (IST) X-X-Sender: tal@err To: PHP Development ML Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: zend_module_entry changes - feature request From: tal@php.net (Tal Peer) Hello, My idea is to add an extra field to the zend_module_entry struct to enable extension writers to specify additional function entries (eg. class methods entries). That will enable get_extension_funcs to return information about classes defined in the extension, and not only about its functional interface. Another approach to that problem will be changing the functions field in the zend_module_entry struct to an array of zend_functions_entry's. Tal -- Tal Peer tal@php.net