BB>> i have hit on this issue while trying to make a sapi module. my
BB>> problem was that memory emalloc-ed _before_ the request got
BB>> efree-ed by the memory manager after the request and when i
BB>> efree it afterwards a total memory mess occurs (sigsegv,
BB>> infinite loop in libc free or something more nasty)...

You probably should use plain old malloc when you not inside the request.

-- 
Stanislav Malyshev, Zend Products Engineer
[EMAIL PROTECTED]  http://www.zend.com/ +972-3-6139665 ext.115




-- 
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