Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74726 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23487 invoked from network); 3 Jun 2014 16:40:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jun 2014 16:40:48 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.176 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.220.176 mail-vc0-f176.google.com Received: from [209.85.220.176] ([209.85.220.176:35986] helo=mail-vc0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 08/1B-64944-E8AFD835 for ; Tue, 03 Jun 2014 12:40:47 -0400 Received: by mail-vc0-f176.google.com with SMTP id la4so7062868vcb.21 for ; Tue, 03 Jun 2014 09:40:44 -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:from:date:message-id :subject:to:cc:content-type; bh=7I3BqLKcsYMiiFi4znNdwqWzHVcilz/ij+Dtqo8ZAUI=; b=TRL3G3z8N3wz0+JkgmAMlHxtkcXzSa7BgMvkt7l4MGqCAubkaGs5vC4gou7ipm3Cfq xZEzl+uyVaBUp/g6PvK6ch1wPMOlu8jsOXZJNBEx2L5mKPACwdfE9nV4xcvsCA88gdxr JnWVWUlkKYVWqdmXdW2qrkTK3ChRIxKJH9NIQhJ8t7WH9vUesGRUaLAtiC5yt0qlOQIm Bq/Yo4MoS9NlIYCCga0R+GsPXhVCL2dvZ9aknVR1K60qN6rK6apm54pSS8ILzlHfLUXH 3EGgWtwBwS/XEDC01UlnADUpihD58pMqUz4RdoGkfQEEdDE7/21AKMhwvGKbpcmvJ4Zt eerA== X-Received: by 10.52.114.105 with SMTP id jf9mr2538810vdb.79.1401813644110; Tue, 03 Jun 2014 09:40:44 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.81.68 with HTTP; Tue, 3 Jun 2014 09:40:03 -0700 (PDT) In-Reply-To: References: <53886F73.70402@php.net> <1401810913.2282.81.camel@guybrush> <1401811624.2282.86.camel@guybrush> Date: Tue, 3 Jun 2014 18:40:03 +0200 X-Google-Sender-Auth: 8YE_0U967-_rv4GUho0iLpo4Nc8 Message-ID: To: Marco Pivetta Cc: =?UTF-8?Q?Johannes_Schl=C3=BCter?= , Benjamin Eberlei , Remi Collet , PHP Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] BC break in 5.4.29 and 5.5.13 From: jpauli@php.net (Julien Pauli) I suggest we merge Anatol's patch to 5.5 so it's gonna be in 5.5.14 and up. I'm not really fan to merge it to 5.6. The patch fixing the BC introduces inconsistencies between internal and userland classes, and I don't really like that. Other thoughts perhaps ? Julien