Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74815 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66158 invoked from network); 10 Jun 2014 11:52:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jun 2014 11:52:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=kontakt@beberlei.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=kontakt@beberlei.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain beberlei.de from 74.125.82.175 cause and error) X-PHP-List-Original-Sender: kontakt@beberlei.de X-Host-Fingerprint: 74.125.82.175 mail-we0-f175.google.com Received: from [74.125.82.175] ([74.125.82.175:57992] helo=mail-we0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1D/B3-42235-A61F6935 for ; Tue, 10 Jun 2014 07:52:11 -0400 Received: by mail-we0-f175.google.com with SMTP id p10so7077371wes.6 for ; Tue, 10 Jun 2014 04:52:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=QkIm/q8sQEb3CwISnhq50mG/RiMCFzgJx0zjmeCntrw=; b=M+HzurvKPqlpyg8WSdvhxfsUw9AlIE7RV29mcN0qwZ8S3XzfWIVTyFN1G11jXJs0FP ltQW6lEuZyq+g7BWTP28qA4DyQChbJkjOAsRiXvw8n0rJ/9Nx+wTE4w9HWP5jt+6tSGJ 4xzABpIALaDdC7K4QSpQsKIBii4pgi16r4SFCoyhajHwAmUg9X/AHgURFLhDlISgpB02 FBkxvUwtEnJ0eG4FP/ibtxmTYzZvEv5t257fImCHHI1L0aVZKYnHLQphkPdfGkxOTHqQ VgPJqv/ERk2E/yFEecko3Q2OT7yQAdWSOV7dCxNRO2+VmJwL+Hwa+iqbj6GYGVJZ4F/t 8+4A== X-Gm-Message-State: ALoCoQk+E1MU+yqhG2HL3orf38V11lz67p2984wBXBEEZbr25OeVtnxda1iMHy3WxRuBtQXUrSyL MIME-Version: 1.0 X-Received: by 10.194.82.170 with SMTP id j10mr40968127wjy.63.1402401123878; Tue, 10 Jun 2014 04:52:03 -0700 (PDT) Received: by 10.194.77.134 with HTTP; Tue, 10 Jun 2014 04:52:03 -0700 (PDT) X-Originating-IP: [93.232.194.10] In-Reply-To: References: <53886F73.70402@php.net> <1401810913.2282.81.camel@guybrush> <538DFEB1.7030207@fedoraproject.org> <538EAD75.5020402@fedoraproject.org> Date: Tue, 10 Jun 2014 13:52:03 +0200 Message-ID: To: Julien Pauli Cc: Remi Collet , PHP Internals Content-Type: multipart/alternative; boundary=047d7bb04feed2687f04fb79f44c Subject: Re: [PHP-DEV] BC break in 5.4.29 and 5.5.13 From: kontakt@beberlei.de (Benjamin Eberlei) --047d7bb04feed2687f04fb79f44c Content-Type: text/plain; charset=UTF-8 any news? On Wed, Jun 4, 2014 at 6:56 PM, Benjamin Eberlei wrote: > i know that, but its no reason for me to introduce this in a point bugfix > release, just to fix an upstream BC break, without testing it further. > > > On Wed, Jun 4, 2014 at 9:53 AM, Julien Pauli wrote: > >> On Wed, Jun 4, 2014 at 8:03 AM, Benjamin Eberlei >> wrote: >> > Remi, >> > >> > I didn't have time to check the implications of >> > "newInstanceWithoutConstructor", i didn't want to merge that directly >> into >> > our stable branches. Plans to migrate to the function for php5.4++ exist >> > though. >> >> newInstanceWithoutConstructor() has been introducted into PHP to >> address exactly the >> use-cases we are considering in this topic. The Doctrine one for example. >> >> Julien >> > > --047d7bb04feed2687f04fb79f44c--