Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74974 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2089 invoked from network); 18 Jun 2014 08:15:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jun 2014 08:15:57 -0000 Authentication-Results: pb1.pair.com header.from=remi@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=remi@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 217.70.183.198 as permitted sender) X-PHP-List-Original-Sender: remi@php.net X-Host-Fingerprint: 217.70.183.198 relay6-d.mail.gandi.net Received: from [217.70.183.198] ([217.70.183.198:60324] helo=relay6-d.mail.gandi.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EF/B5-01877-BBA41A35 for ; Wed, 18 Jun 2014 04:15:56 -0400 Received: from mfilter24-d.gandi.net (mfilter24-d.gandi.net [217.70.178.152]) by relay6-d.mail.gandi.net (Postfix) with ESMTP id 4D651FB8D8 for ; Wed, 18 Jun 2014 10:15:53 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter24-d.gandi.net Received: from relay6-d.mail.gandi.net ([217.70.183.198]) by mfilter24-d.gandi.net (mfilter24-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id Nbh-rpX4l3ro for ; Wed, 18 Jun 2014 10:15:51 +0200 (CEST) X-Originating-IP: 82.241.130.121 Received: from schrodingerscat.famillecollet.com (pom51-2-82-241-130-121.fbx.proxad.net [82.241.130.121]) (Authenticated sender: contact@ll-experts.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 9AA79FB8CD for ; Wed, 18 Jun 2014 10:15:51 +0200 (CEST) Message-ID: <53A14AB7.4090501@php.net> Date: Wed, 18 Jun 2014 10:15:51 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: PHP Internals References: <53A0C6DD.50705@sugarcrm.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Problems with the fix for the BC break introduced in 5.4.29 and 5.5.13 From: remi@php.net (Remi Collet) Le 18/06/2014 10:03, Ferenc Kovacs a =C3=A9crit : >> 2. The following fix allowed this behavior for user classes. >> >=20 > yes Hmm... do you refer to http://git.php.net/?p=3Dphp-src.git;a=3Dpatch;h=3D20568e502814fffc41d91a2= 2edaf75ff5ae19d5c I think this allow to unserialize "O:.." for "internal" classes. As for user land classes, we have newInstanceWithoutConstructor. Remi.