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'
What's going on here? I don't get this behavior on other systems that have the same level of PHP and Apache.
apache version 1.3.37
PHP version 5.2.3
Thanks,
Bruce
Your E-mail and More On-the-Go. Get Windows Live Hotmail Free.
http://clk.atdmt.com/GBL/go/196390709/direct/01/
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