Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46730 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47121 invoked from network); 14 Jan 2010 08:29:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jan 2010 08:29:05 -0000 Authentication-Results: pb1.pair.com header.from=tony@daylessday.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tony@daylessday.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain daylessday.org designates 89.208.40.236 as permitted sender) X-PHP-List-Original-Sender: tony@daylessday.org X-Host-Fingerprint: 89.208.40.236 mail.daylessday.org Linux 2.6 Received: from [89.208.40.236] ([89.208.40.236:60617] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 07/35-00773-1B5DE4B4 for ; Thu, 14 Jan 2010 03:28:34 -0500 Received: from [192.168.3.171] (unknown [212.42.62.198]) by daylessday.org (Postfix) with ESMTPSA id 8FB7CBFA085; Thu, 14 Jan 2010 11:28:30 +0300 (MSK) Message-ID: <4B4ED5A3.4020906@daylessday.org> Date: Thu, 14 Jan 2010 11:28:19 +0300 User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Bruce Bailey CC: internals@lists.php.net References: In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Apache has two versions on my extension loaded! From: tony@daylessday.org (Antony Dovgal) 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