[PHP-DEV] Re: [PHP-GTK-DEV] Re: [PHP-DEV] Re: [PHP-GTK-DEV] Help - Merging Resource into a call_function array

2001-10-18 Thread Andrei Zmievski
On Thu, 18 Oct 2001, Alan Knowles wrote: > Probably worth continuing on php-gtk-dev only... > > I was getting a bit further with > MAKE_STD_ZVAL(myresource); > ZVAL_RESOURCE(myresource, gs) ; > /*ZEND_REGISTER_RESOURCE(myresource, gs, le_gtkhtmlstream); */ > now the functi

Re: [PHP-DEV] Re: [PHP-GTK-DEV] Help - Merging Resource into a call_function array

2001-10-18 Thread Alan Knowles
ot appear to be a resource... (although Im still testing..) thx regards alan >- Original Message - > From: Markus Fischer <[EMAIL PROTECTED]> > To: Alan Knowles <[EMAIL PROTECTED]> > Sent: Thu, 18 Oct 2001 18:30:57 +0200 > Subject: [PHP-DEV] Re: [PHP-GTK-DEV]

[PHP-DEV] Re: [PHP-GTK-DEV] Help - Merging Resource into a call_function array

2001-10-18 Thread Markus Fischer
Is gs really a newly allocated resource so you have to register it? Or is it arleady an existing one? If it does already exist (what I assume) you should fetch it from the resource lirst (quick look , could be wrong). Btw, it would help telling what exactly does not work. And, with the extra arg