RE: OS Independend Patch for XS Extentions unload

2000-01-19 Thread Gerald Richter
Well, one problem. I deleted the old code instead of #if'ing it for a reason - it does NOT work. Apache will try to dlclose() the modules anyway, and dlclose(0) causes a segfault, on Linux at least. I just don't wanted to delete the code, before Doug has reviewed it. Anyway because of the

OS Independend Patch for XS Extentions unload

2000-01-18 Thread Gerald Richter
Hi, I have tested the patch to unload all XS libraries, when libperl is unloaded, Daniel sended a few days ago on Unix and on NT and it works! Really great!! Here is a sligthly modified version, so it works also on NT (and on others OS's). It uses the Apache function ap_os_dso_unload instead of