On Thu, Aug 14, 2003 at 09:03:05AM -0400, Justin Hannus wrote:
> >     do you use any shared php extensions by any chance?
> 
> Yes, I'm developing an extension to wrap Apple's OpenDirectory API (reffer
> to my first post). Thats the only shared extension that I'm using.
> 
> 
    if you have a mem-leak in your extension it will be printed
    at script-shutdown, but as your extension has already been
    unloaded by the engine this will segfault.

    so - just try to build your extension static into php, debug
    it and build it shared once you have no leaks left....

    re,
    tc

-- 
Thies C. Arntzen   -   Looking for all sorts of freelance work  -   just ask..
                  http://www.amazon.de/exec/obidos/wishlist/AB9DY62QWDSZ

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to