Date: 11/29/00
- Next message: Daniel Beulshausen: "Re: [PHP-DEV] PHP 4.0 Bug #6715 Updated: db.c ver 1.43 is not working properly on windows"
- Previous message: Scott Marlowe: "[PHP-DEV] Re: PHP 4.0 Bug #8016 Updated: gdbm functions no longer work"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm possibly missing some doc's for writing modules.
3 of my functions take "resource" parameters (really structs) - (I listened
enough when Zeev was talking about php4)
ext_skel writes for me:
PHP_FUNCTION(Give_Muscat)
{
zval **Muscat_handle_arg, **string_arg;
int string_len;
char *string = NULL;
???LS_FETCH();
What do I put for ???
Looking at other modules I see gd has: GDLS_FETCH()
Sounds nice; what is it/why/ and where should I have been looking to find
this out.
Thanks
Sam
-- 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: Daniel Beulshausen: "Re: [PHP-DEV] PHP 4.0 Bug #6715 Updated: db.c ver 1.43 is not working properly on windows"
- Previous message: Scott Marlowe: "[PHP-DEV] Re: PHP 4.0 Bug #8016 Updated: gdbm functions no longer work"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

