Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74743 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14704 invoked from network); 4 Jun 2014 16:56:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jun 2014 16:56:58 -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 209.85.212.175 cause and error) X-PHP-List-Original-Sender: kontakt@beberlei.de X-Host-Fingerprint: 209.85.212.175 mail-wi0-f175.google.com Received: from [209.85.212.175] ([209.85.212.175:34186] helo=mail-wi0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E8/60-12394-8DF4F835 for ; Wed, 04 Jun 2014 12:56:57 -0400 Received: by mail-wi0-f175.google.com with SMTP id f8so8806818wiw.8 for ; Wed, 04 Jun 2014 09:56:52 -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=zi9jxuojTlZyju3lPTrxrI9P7D6XcOZEVyIjkpbXzJY=; b=daq0+FMTzNJLpjqlcSvmPN6ilx3P3QgU+3dekJ4cs1VArtOCzXeMaZxxajHWpA2ZMa 6kAo4tphBcNkO2vBvTwwS5/bo1LxHx2xbCvS+WZee2kFM2arIp4bepQ8vubTXPYquEGt 9a4a4hPu3sP3mMYKw52BQXupe1KvkUkzW3tpjU0z+ChB6lQFX5ZZt0CzC1+AZZn3HKaC q0V8tnrNcORibvavNZKRC2Fm9ZfwYfKSxTpbb1td8WEozxhJ5wRe865ljeJennacTwVP rFH1b6nMc2uWvF9OwZs0C56NEod1PuvuEUs+bGHNrGp38241kynLUYi9Qpxz4/9S151s HGjw== X-Gm-Message-State: ALoCoQkOcjs13ZV5Gnj6+tbVDkb/tGWIRw90+/uEbU4vO3YPsTAM+NRphNQ4QCZLUrttShkAJe9s MIME-Version: 1.0 X-Received: by 10.180.13.239 with SMTP id k15mr7286477wic.4.1401901012732; Wed, 04 Jun 2014 09:56:52 -0700 (PDT) Received: by 10.194.77.134 with HTTP; Wed, 4 Jun 2014 09:56:52 -0700 (PDT) X-Originating-IP: [77.180.21.99] In-Reply-To: References: <53886F73.70402@php.net> <1401810913.2282.81.camel@guybrush> <538DFEB1.7030207@fedoraproject.org> <538EAD75.5020402@fedoraproject.org> Date: Wed, 4 Jun 2014 18:56:52 +0200 Message-ID: To: Julien Pauli Cc: Remi Collet , PHP Internals Content-Type: multipart/alternative; boundary=001a11c229a8dfeb2b04fb0583ed Subject: Re: [PHP-DEV] BC break in 5.4.29 and 5.5.13 From: kontakt@beberlei.de (Benjamin Eberlei) --001a11c229a8dfeb2b04fb0583ed Content-Type: text/plain; charset=UTF-8 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 > --001a11c229a8dfeb2b04fb0583ed--