Memory leak on Mac OSX

If you're using FogBugz for Mac OSX, and you're observing a memory leak, it could be due to what appears to be a bug in mod_php. When fogutil.so is loaded dynamically by a dl() call, it appears that the .so stays in memory, but PHP forgets it's there, so it's loaded into memory AGAIN on the next page load.