Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37592 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69412 invoked from network); 11 May 2008 11:24:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 May 2008 11:24:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.232 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.232 rv-out-0506.google.com Received: from [209.85.198.232] ([209.85.198.232:17425] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B6/1D-34108-857D6284 for ; Sun, 11 May 2008 07:24:09 -0400 Received: by rv-out-0506.google.com with SMTP id g37so2047910rvb.23 for ; Sun, 11 May 2008 04:24:06 -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=u7N31hQTlDUo3EuEowlIJ9cSmIqOEFkjCWCoacx2gjQ=; b=wa/comwPPZA7LfsjCDK9cakR7rB2GYGuxkapiXuQw1N/Y7tr5veMtwwo8hAYNNHrIEP2b0SYpBiBHiDivHVoYC5FzPxj6jZqnzrAZPjWP6V0jbMQoaXiROf4n850OI0NksZEszAskZe0HoGj027bkRf4VLeGGcdNpK2Ibnu0knQ= 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=lTleht6znc5KWxlykGDRNQKNpKRQsY/B+gQcQFdqK5auX87LleAEfDXPTv74vHSY4l4v+dj23PlMNk7ZxWogX15Xkv4wxDHFKFXMD0VE8zLMJ5xVUwqbQ0vWVIWqvD7i5rzDvjCfiJhv8t2DwaHf3cVWNs8cD51+9KiaEM0lIaA= Received: by 10.140.172.19 with SMTP id u19mr3135950rve.31.1210505046244; Sun, 11 May 2008 04:24:06 -0700 (PDT) Received: by 10.141.123.13 with HTTP; Sun, 11 May 2008 04:24:06 -0700 (PDT) Message-ID: Date: Sun, 11 May 2008 13:24:06 +0200 To: "Hector Santos" Cc: "Stefan Esser" , internals@lists.php.net In-Reply-To: <4826CF55.9040507@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> <4826C6EC.7010808@sektioneins.de> <4826CF55.9040507@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:49 PM, Hector Santos wrote: > > It is often possible to do many things (even different architecture > > support) on unix/linux and sometimes with windows. But we don't > > support that, that's what I meant with "you can't". I should have > > said: "You can but it is not supported" :) > > > > You should of said this from the beginning. :-) Better late than never =) > Look, I'm new to PHP development *only*!! I'm not the type to step on > toes, nor buck the system, but I prefer the technical details. > > Technically, IMO, I can understand binary conflicts with 5.x vs 5.y, but > not with 5.x.a and 5.x.b. These should be binary compatible updates. If > not, then increase x. It is the case. ABI can be broken between x.y.z and x.y+1.z or x.y.z and x+1.y..z but not between two bug fixes releases only (z and z+1). > Just imagine the productivity and support gains when you don't have to > recompile for very simple minor update. Indeed, that's why we have these rules :) > Again, I am not here to buck the system. But if I can make suggestions, I > will. :-) And they are obviously welcome :) Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org