Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74710 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93900 invoked from network); 3 Jun 2014 13:23:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jun 2014 13:23:43 -0000 Authentication-Results: pb1.pair.com header.from=jakub.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=jakub.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.48 as permitted sender) X-PHP-List-Original-Sender: jakub.php@gmail.com X-Host-Fingerprint: 209.85.192.48 mail-qg0-f48.google.com Received: from [209.85.192.48] ([209.85.192.48:36977] helo=mail-qg0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3B/45-64944-E5CCD835 for ; Tue, 03 Jun 2014 09:23:43 -0400 Received: by mail-qg0-f48.google.com with SMTP id i50so12958812qgf.21 for ; Tue, 03 Jun 2014 06:23:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=SPReNQPWIZCqOpR1QQuRR88/qnOroqfg6ZFkruHhuaA=; b=vieeeymquAPP8275TwaM59ZWPm18qswx7SThu7b5XZMkxyufM3SlzwtbvFjgjgWmc+ CtrEBJBz23Wf/moGaG/HAh7AiwxoNKwrmbZxLG8RJKatCa9lGgERuJ/pmeeH415oPuZI ivpMGfmBv1TEe7I50fttfWVdILQS+/47lGPIPa4/jJr7y8av4xuNst8JrCbUTpa3I+Fp A8Z7uHHk8maerxXtaPv0EonBFg4rgOsZt2a1lwi9p/oVcE8klzd11wO66K/egFbyZaNC vE8HR5u9lB9ocdMBYmvYgqvNrlY5mcs+4o34odLitzVDR5wnQoxFWKwGyiX6lFE3kD7d 1P/Q== MIME-Version: 1.0 X-Received: by 10.224.51.72 with SMTP id c8mr61623789qag.82.1401801819561; Tue, 03 Jun 2014 06:23:39 -0700 (PDT) Sender: jakub.php@gmail.com Received: by 10.224.194.73 with HTTP; Tue, 3 Jun 2014 06:23:39 -0700 (PDT) In-Reply-To: References: <53886F73.70402@php.net> <5388893B.6080305@php.net> Date: Tue, 3 Jun 2014 14:23:39 +0100 X-Google-Sender-Auth: l6SDJgjeeObpMUp6cRoQWOWQH9o Message-ID: To: Anatol Belski Cc: Remi Collet , PHP , Ferenc Kovacs , Julien Pauli , Stas Malyshev Content-Type: multipart/alternative; boundary=089e0160bb6c80262504faee6bbd Subject: Re: [PHP-DEV] Re: BC break in 5.4.29 and 5.5.13 From: bukka@php.net (Jakub Zelenka) --089e0160bb6c80262504faee6bbd Content-Type: text/plain; charset=UTF-8 > Basically before I apply this fix - IMHO, it should go into 5.4 and 5.5 > only, 5.6 should have clean behaviour. From the userspace perspective - > doctrine and phpunit have already fixed this using > ReflectionClass::newInstanceWithoutConstructor(), so that is fine with the > future. The fix should only go for legacy. So, what you say? > > Would it be possible to do a quick releases of 5.4 and 5.5 that fixes the BC break (it means 5.4.30 and 5.5.14)? I had to spent some time this morning updating one project just to update Doctrine. The thing is that not everyone knows about the issue and not everyone is using "dev-master" in the composer... Also updating composer is for some project with lots of depencies really painful (especially if you don't have time to do it often... :) ). I don't think that requiring it for php bug release is a good idea. It would be great to do a new release as soon as possible and prevent any such issue. Thanks Jakub --089e0160bb6c80262504faee6bbd--