unread
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