Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74738 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84838 invoked from network); 4 Jun 2014 07:54:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jun 2014 07:54:29 -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.177 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.220.177 mail-vc0-f177.google.com Received: from [209.85.220.177] ([209.85.220.177:60515] helo=mail-vc0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C2/A0-13822-3B0DE835 for ; Wed, 04 Jun 2014 03:54:27 -0400 Received: by mail-vc0-f177.google.com with SMTP id hy4so5141078vcb.22 for ; Wed, 04 Jun 2014 00:54:24 -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=PPQGFEpy2J3muefi4GZMrEGtX1/2r0RTRJ9K+b0q12M=; b=QZ6uZyoTt5j4JrmE/U9cRViW97qiHElGqmqaQNY4SVJ6n9L5gfOnLg437aMKgIJl31 wSOKw0X2YB+Wq5/JcD8+MIStTcCDtbQvtQmVgE6ZqQzInUjuT0YwbdxGXN3x5HDHXjIA WQzBv1aMi0Qj3lgqX+jzN/If6J/A6JlpdP8QZ/DsuH2N6Y1GK7ILwvxtTuoylo7YJsKP A3/XmlhVI86VL4Z+VEFXKfPv1O4d0xdWTUh7ZT6ioaQAc8eQQphgFn7DEWRgWBfkzT8C hG1Dt++GtdWx87yobNLPIBZad9+wjn5wooT/8hW8AiX4DSU1iLl3d/ybQvIQa3rIaPbW 4MCw== X-Received: by 10.58.182.129 with SMTP id ee1mr42333402vec.14.1401868464530; Wed, 04 Jun 2014 00:54:24 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.81.68 with HTTP; Wed, 4 Jun 2014 00:53:44 -0700 (PDT) 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 09:53:44 +0200 X-Google-Sender-Auth: SekO5HVJeIVi4BdC3ZWRPutDs5M Message-ID: To: Benjamin Eberlei Cc: Remi Collet , PHP Internals 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) 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