Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75051 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54464 invoked from network); 23 Jun 2014 17:23:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jun 2014 17:23:00 -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 217.70.183.196 cause and error) X-PHP-List-Original-Sender: remi@fedoraproject.org X-Host-Fingerprint: 217.70.183.196 relay4-d.mail.gandi.net Received: from [217.70.183.196] ([217.70.183.196:33067] helo=relay4-d.mail.gandi.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9C/30-51283-07268A35 for ; Mon, 23 Jun 2014 13:22:57 -0400 Received: from mfilter34-d.gandi.net (mfilter34-d.gandi.net [217.70.178.165]) by relay4-d.mail.gandi.net (Postfix) with ESMTP id 5BAC5172098 for ; Mon, 23 Jun 2014 19:22:53 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter34-d.gandi.net Received: from relay4-d.mail.gandi.net ([217.70.183.196]) by mfilter34-d.gandi.net (mfilter34-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id 6oFNsIGf2D4o for ; Mon, 23 Jun 2014 19:22:52 +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 relay4-d.mail.gandi.net (Postfix) with ESMTPSA id EF75E172085 for ; Mon, 23 Jun 2014 19:22:51 +0200 (CEST) Message-ID: <53A8626B.701@fedoraproject.org> Date: Mon, 23 Jun 2014 19:22: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: <53A1C722.9060501@fedoraproject.org> <53A21137.6010705@sugarcrm.com> <53A2A9BD.1070603@sugarcrm.com> <53A3874E.20704@sugarcrm.com> <53A65578.6000701@sugarcrm.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: Bug 67072 resolution for 5.4/5.5 From: remi@fedoraproject.org (Remi Collet) Le 23/06/2014 01:10, Ferenc Kovacs a =C3=A9crit : > ps: I've seen that you created a pull request with the patch, if somebo= dy > don't wanna copypaste the patch from the mail, here it is: > https://github.com/php/php-src/pull/701 Tested with symfony 2.5.0 test suite. 1) Symfony\Component\Form\Tests\Extension\Core\Type\FileTypeTest::testSetDat= a Erroneous data format for unserializing 'Mock_UploadedFile_c913ac22' /dev/shm/extras/BUILD/symfony-59365832a09a1d914d14cbca6a21a7f572760c3b/sr= c/Symfony/Component/Form/Tests/Extension/Core/Type/FileTypeTest.php:82 /dev/shm/extras/BUILD/symfony-59365832a09a1d914d14cbca6a21a7f572760c3b/sr= c/Symfony/Component/Form/Tests/Extension/Core/Type/FileTypeTest.php:20 Minimal reproducer: :( Remi P.S. "ce->create_object =3D=3D NULL" is the cause.