Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74719 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10836 invoked from network); 3 Jun 2014 15:22:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jun 2014 15:22:31 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.180 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.214.180 mail-ob0-f180.google.com Received: from [209.85.214.180] ([209.85.214.180:65329] helo=mail-ob0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 42/98-64944-538ED835 for ; Tue, 03 Jun 2014 11:22:30 -0400 Received: by mail-ob0-f180.google.com with SMTP id va2so6148366obc.25 for ; Tue, 03 Jun 2014 08:22:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=FaR/EqYlSJFA/7ZzQziAM3LqfoGFBU5tGmxgDrIgeBg=; b=Dp8JAwlNh5DBAP0b2/aEM2zT1KqJi3gWztRA+JDmft02OdKdcZIzZ6EqXmiuGDFzcA 6zHk13yfqkE9EJUzxPbM/lG4jzxDRxlU7xEQ9VVgUUZuiUTVxWAF3A9f+97Maqu8DqVm XW50V+yex4+bssmF9uzH6javzjLKm1zA0dPohIpM0w+AN+9h3kH0v41zwZd/VQ6tvyFy Q6ENXEiiBUD5swWNkIECl4KOq55p0HYEscz+jm/s1qFWbnPmEZR/QtS7Oza3w63WSfwm m0pyosSnkk3A0Bq391Mo2drRWimF21HOtsIsBP50N3PnJKvKypeHUj3Nf5zvrDirtctf vJEw== MIME-Version: 1.0 X-Received: by 10.60.159.42 with SMTP id wz10mr12645275oeb.82.1401808946879; Tue, 03 Jun 2014 08:22:26 -0700 (PDT) Received: by 10.182.165.69 with HTTP; Tue, 3 Jun 2014 08:22:26 -0700 (PDT) In-Reply-To: References: <53886F73.70402@php.net> Date: Tue, 3 Jun 2014 17:22:26 +0200 Message-ID: To: Benjamin Eberlei Cc: Remi Collet , julien pauli , PHP Content-Type: multipart/alternative; boundary=047d7bd74bb652642404faf0143a Subject: Re: [PHP-DEV] BC break in 5.4.29 and 5.5.13 From: nikita.ppv@gmail.com (Nikita Popov) --047d7bd74bb652642404faf0143a Content-Type: text/plain; charset=UTF-8 On Tue, Jun 3, 2014 at 5:07 PM, Benjamin Eberlei wrote: > @Julien: So what is the strategy now? This should be reverted ASAP. > > After this my question, besides the PHPT, aren't any tests against php > libraries run before releases? > Especially this one would have broken PHPUnit already in any test using > mocks. > We were aware of the BC break before release (see http://marc.info/?l=php-internals&m=139932135130155&w=2), but it looks like the issue was forgotten after some initial discussion. Nikita --047d7bd74bb652642404faf0143a--