This is still the broken shutdown order problem I've been moaning
about for some time; we're unloading the modules before we call the
dtors.
If you unset or assign to null all references to objects in your
extension before the script ends, you should end up with no segfault.
--Wez.
On Sat, 01 Jan 2005 15:11:32 +0800, Alan Knowles <alan@akbkhome.com> wrote: