Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37589 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62088 invoked from network); 11 May 2008 10:41:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 May 2008 10:41:31 -0000 Authentication-Results: pb1.pair.com header.from=hsantos@isdg.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=hsantos@isdg.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain isdg.net designates 208.247.131.9 as permitted sender) X-PHP-List-Original-Sender: hsantos@isdg.net X-Host-Fingerprint: 208.247.131.9 ntbbs.winserver.com Windows NT 4.0 (older) Received: from [208.247.131.9] ([208.247.131.9:3978] helo=winserver.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 44/EB-34108-A5DC6284 for ; Sun, 11 May 2008 06:41:31 -0400 Received: from mail.winserver.com ([208.247.131.9]) by winserver.com (Wildcat! SMTP Router v6.3.452.5) for internals@lists.php.net; Sun, 11 May 2008 06:40:12 -0400 Received: from hdev1 ([72.144.198.133]) by winserver.com (Wildcat! SMTP v6.3.452.5) with ESMTP id 943758562; Sun, 11 May 2008 06:40:12 -0400 Message-ID: <4826CD1F.4030409@isdg.net> Date: Sun, 11 May 2008 06:40:31 -0400 Organization: Santronics Software, Inc. User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Pierre Joye CC: internals@lists.php.net References: <48268C66.5090501@isdg.net> <4826C582.4050705@isdg.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Creating one extension version: how? From: hsantos@isdg.net (Hector Santos) Pierre Joye wrote: > On Sun, May 11, 2008 at 12:08 PM, Hector Santos wrote: > > I have serious doubt that you are able to load a 5.0.0 DLL with 5.2.x > or a 5.2.x DLL with 5.0.x. You're right. I just doubled checked the package and it indeed had multiple dll extensions per version, in this case 4.0, 5.0, and 5.1. Thanks for the confirmation. -- Hector Santos