Hi all ;)

Does zend calculate the exact memory size of a inserted resource?
I have a resource that after inserting does allocate some more memory, but
zend seems to free it just after my function has ended. The effect is that
my resource
has a memory pointer that points to some arbitrary data ;(
I mean this statement does deallocates what I need:
    zend_ptr_stack_clear_multiple(TSRMLS_C);

Do I have to delete my resource from the zend's list and then
insert it again???

How do I solve this? :)

Any help will be appreciated :)

--
Krzysztof Jarecki
IT Project Manager
IPRO
http://www.ipro.pl/


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to