On 11/9/05, Marco Bambini <[EMAIL PROTECTED]> wrote:
> ZEND_FUNCTION(rsql_disconnect)
> {
> ...
> ZEND_FETCH_RESOURCE2(rsqldb, void*, theConnectionParameter, -1,
> kConnIDString, rsql_connection, rsql_pconnection);
> if (rsqldb) zend_list_delete(Z_LVAL_PP(theConnectionParame
Maybe this is a question too simple for this list, but I am writing
my first php extension (using php 4.4 SDK) so please, be patient...
My extension (rsql) returns a custom struct to php so my code in my
rsql_connect looks like:
ZEND_FUNCTION(rsql_connect)
{
RETURN_RESOUR