Re: Apache has two versions on my extension loaded!

From: Date: Thu, 14 Jan 2010 08:28:19 +0000
Subject: Re: Apache has two versions on my extension loaded!
References: 1  Groups: php.internals 
Request: Send a blank email to internals+get-46730@lists.php.net to get a copy of this message
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


Thread (4 messages)

« previous php.internals (#46730) next »