Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37586 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56701 invoked from network); 11 May 2008 10:12:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 May 2008 10:12:17 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.224 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.198.224 rv-out-0506.google.com Received: from [209.85.198.224] ([209.85.198.224:47152] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0B/EA-34108-086C6284 for ; Sun, 11 May 2008 06:12:17 -0400 Received: by rv-out-0506.google.com with SMTP id g37so2037323rvb.23 for ; Sun, 11 May 2008 03:12:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=DXKYRwq7zK2w11pzksgW+Jhu6KftDmLHxU6JsoKSo6M=; b=s9R23wRT2qvPF2uNJwRiNePN0zac0vb8RtnWhxU4phheuhWubnO+hBTV2mbKEMCI+durqJZqcPlup9s2GltMV7LIErYDSDVHnnfazm1l7ue8Zley3iEc6lhUGgkZvC8wlXIlWNNWVeZbWoMB4ijWi3XTYuS5fMv7DWf+gfk49Gg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SuEDHIgbiFEgFIcNIffbqUHlgVjbFpn7s0HMqh4p5P87x7LctE05GmmrM57cS7+kGdLMvHMkP9E2677NEtC9uMGC7zNzLyjHd+4hGWRa8CsQCchHVJ+lSam6HiKd0zVLGFxAonWO2tdgFzrZ2PaITfBsy/rmX3VpHsEFvQ20+/g= Received: by 10.140.201.15 with SMTP id y15mr3117690rvf.33.1210500734566; Sun, 11 May 2008 03:12:14 -0700 (PDT) Received: by 10.141.123.13 with HTTP; Sun, 11 May 2008 03:12:14 -0700 (PDT) Message-ID: Date: Sun, 11 May 2008 12:12:14 +0200 To: "Hector Santos" Cc: internals@lists.php.net In-Reply-To: <4826C582.4050705@isdg.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48268C66.5090501@isdg.net> <4826C582.4050705@isdg.net> Subject: Re: [PHP-DEV] Creating one extension version: how? From: pierre.php@gmail.com ("Pierre Joye") On Sun, May 11, 2008 at 12:08 PM, Hector Santos wrote: > > Ok, but I would swear I was able to use older 5.x.x 3rd party extensions > that still work with each 5.x.x revision. Was that just Luck? For one > package, I spoke with the author because of a bug I found and he indicated > he had to plans to update his package but I was welcome to do it. I got the > source and noticed no real difference in the extension basic framework. But > nonetheless, the older extension did worked with newer v5.x.x installations > I have so I figure it was possible. No PHP version mismatch loading error > which is what I get. 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. Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org