On 01/14/2010 02:55 AM, Bruce Bailey wrote: > Help! > > I was patching out a new version of my PHP extension, with a different > version as part of the name: > > libmyext.so.1.0 is now libmyext.so.2.0 > > I updated php.ini (extension=libmyext.so.2.0) and restarted apache with the > graceful option. > For some reason, both extensions were loaded simultaneously -- as reported by > 'lsof'
lsof might be wrong or you need to stop&start your apache. In any case, you should have used ldd instead of lsof. > apache version 1.3.37 > PHP version 5.2.3 Btw, it's time to upgrade these. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php