Date: 12/28/99
- Next message: Thies C. Arntzen: "[PHP-DEV] Re: [PHP4BETA] Re: [PHP-DEV] PHP 4.0 Bug #3054: func_num_args() returns incorrect value"
- Previous message: Thies C. Arntzen: "Re: [PHP-DEV] $string != $array should throw a warning!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello. I am in the process of attempting to create a
php extension, and find myself a little confused about
a few parts of the process. In particular, I am not
sure what exactly the php3_module_entry type does. I
see that when it is initialized it takes 8 entries;
the first 2 of which are the extension name, and the
extensions function_entry structure. What are the rest
of them though? I see things like the minit and rinit
functions, but I have no idea where they fit into the
php3_module_entry type or even what they are supposed
to do. Any help would be greatly appreciated.
Thanks in advance,
_Kevin
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://messenger.yahoo.com
-- 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>
- Next message: Thies C. Arntzen: "[PHP-DEV] Re: [PHP4BETA] Re: [PHP-DEV] PHP 4.0 Bug #3054: func_num_args() returns incorrect value"
- Previous message: Thies C. Arntzen: "Re: [PHP-DEV] $string != $array should throw a warning!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

