Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37590 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63703 invoked from network); 11 May 2008 10:50:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 May 2008 10:50:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=hsantos@isdg.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hsantos@isdg.net; 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:4053] helo=winserver.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6D/2C-34108-C8FC6284 for ; Sun, 11 May 2008 06:50:52 -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:49:37 -0400 Received: from hdev1 ([72.144.198.133]) by winserver.com (Wildcat! SMTP v6.3.452.5) with ESMTP id 944322046; Sun, 11 May 2008 06:49:35 -0400 Message-ID: <4826CF55.9040507@isdg.net> Date: Sun, 11 May 2008 06:49:57 -0400 Organization: Santronics Software, Inc. User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Pierre Joye CC: Stefan Esser , internals@lists.php.net References: <48268C66.5090501@isdg.net> <4826C6EC.7010808@sektioneins.de> 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: > hi, > > 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. :-) 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. Just imagine the productivity and support gains when you don't have to recompile for very simple minor update. Again, I am not here to buck the system. But if I can make suggestions, I will. :-) -- Hector Santos