Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74885 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86065 invoked from network); 13 Jun 2014 14:19:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jun 2014 14:19:59 -0000 Authentication-Results: pb1.pair.com header.from=remi@fedoraproject.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=remi@fedoraproject.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fedoraproject.org from 209.132.183.28 cause and error) X-PHP-List-Original-Sender: remi@fedoraproject.org X-Host-Fingerprint: 209.132.183.28 mx1.redhat.com Received: from [209.132.183.28] ([209.132.183.28:19507] helo=mx1.redhat.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3E/01-09966-C880B935 for ; Fri, 13 Jun 2014 10:19:58 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5DEJs2i006615 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 13 Jun 2014 10:19:54 -0400 Received: from laptop.rcollet.redhat.com (vpn1-5-28.ams2.redhat.com [10.36.5.28]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s5DEJqVn032668 for ; Fri, 13 Jun 2014 10:19:53 -0400 Message-ID: <539B0888.9040208@fedoraproject.org> Date: Fri, 13 Jun 2014 16:19:52 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: internals References: <53886F73.70402@php.net> <1401810913.2282.81.camel@guybrush> <538DFEB1.7030207@fedoraproject.org> <538EAD75.5020402@fedoraproject.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 Subject: Re: [PHP-DEV] BC break in 5.4.29 and 5.5.13 From: remi@fedoraproject.org (Remi Collet) Le 13/06/2014 15:57, Marco Pivetta a écrit : > Hi there, > > I wrote a small wrapper around this "hack" that we've been using for > years (as suggested by Sebastian) and I put it at > https://github.com/Ocramius/Instantiator. > > It seems like PHP 5.6 is still failing though (5.6.0-beta1): > https://travis-ci.org/Ocramius/Instantiator/builds/27493715 > Test fails also on my machine (5.6.0-beta3). > > Is any eventual fix going to be merged before the next beta? See my proposal http://marc.info/?l=php-internals&m=140257374715698&w=2 Not designed as a fix, but rather a small improvement to make this hack possible for Internal and Serializable classes Remi