you are likely to have a buggy version of libXml, that causes this when xmlCleanupParser is called more than once.
this happens if two php-modules use libXml and call xmlCleanupParser in the [R|M]SHUTDOWN
Ouch. Now the question is how do we solve this? Do we make ./configure bail out on such versions or do we hack something into PHP so that it doesn't call this function more than once?
I really want to reduce the block size in my mem manager from 256KB to 16KB but I can't do it right now because it kills PHP quicker (it will die in any case but it will take longer).
Thanks, Andi
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php