Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65680 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72859 invoked from network); 5 Feb 2013 20:21:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Feb 2013 20:21:17 -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 Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.172 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.128.172 mail-ve0-f172.google.com Received: from [209.85.128.172] ([209.85.128.172:62373] helo=mail-ve0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DC/C0-01506-DB961115 for ; Tue, 05 Feb 2013 15:21:17 -0500 Received: by mail-ve0-f172.google.com with SMTP id cz11so509505veb.3 for ; Tue, 05 Feb 2013 12:21:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=MMTL3scRAuJP9fAZSjU1rO1zLsgkvdyb6/ZtcZBP1aA=; b=x1mNWlLrvtSG+sEFtnvulWI9KMr01bHg9OA/AUgQdSZtP26pJtynAbLjZxNKpa4eMF Fc+TQhnBd9B1Xx+YL1bDX+Kjd4hkhF9dwWUt2jFWeqkNQncdAJ7IAAvXtGnwujzCvD2Z 9/K88I0TH6ugWIk8yCiZaesg2HJtqHSfRqlH0jRqJ3o2GEs1i9VMTgj8OOdOcq/HmuxS WOgeQCsEaTDGQNeZ0RKj7vrvWSu64XEuvRUmXw5M6PDYpLW4xmrVtXvqerxl2t1Zizyw yabp6ES3m1o8P2Cpz30nS9ix2sF0ygjHs3QWt+Mw+lHhrHV1qHjctwXOAOWF2WD5GZk0 MoiA== MIME-Version: 1.0 X-Received: by 10.58.100.65 with SMTP id ew1mr19024912veb.29.1360095675014; Tue, 05 Feb 2013 12:21:15 -0800 (PST) Received: by 10.220.41.195 with HTTP; Tue, 5 Feb 2013 12:21:14 -0800 (PST) In-Reply-To: References: <510EBF98.4060900@lerdorf.com> <5110AFFB.8040303@lerdorf.com> Date: Tue, 5 Feb 2013 21:21:14 +0100 Message-ID: To: Karoly Negyesi Cc: Rasmus Lerdorf , "internals@lists.php.net" Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Proposal for serious BC compatibility aka language versioning From: pierre.php@gmail.com (Pierre Joye) On Tue, Feb 5, 2013 at 9:16 PM, Karoly Negyesi wrote: > Care to explain how am I supposed to test all that against 5.5? Easy, download, install, test locally. > Obviously you'd need every project owner doing this but they won't > because their hosts are not even on 5.4 so why would they even think > of 5.5? (5.4? A lot of people are on 5.2.) Obviously not, testing your apps against our tests versions is about contributing to the PHP project and helping the community as a whole. More on http://qa.php.net. It takes less time than the time you spent here arguing about all things we do wrong.