Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80980 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31031 invoked from network); 22 Jan 2015 17:40:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jan 2015 17:40:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.52 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 74.125.82.52 mail-wg0-f52.google.com Received: from [74.125.82.52] ([74.125.82.52:56418] helo=mail-wg0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F8/5B-61273-50631C45 for ; Thu, 22 Jan 2015 12:40:21 -0500 Received: by mail-wg0-f52.google.com with SMTP id y19so3084887wgg.11 for ; Thu, 22 Jan 2015 09:40:17 -0800 (PST) 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=z4jPSwoWFZPNBdpOz/9ly75nSX0JyT0wbb1fZxE9BeU=; b=LLt/ft14DdZg+hwbs3JJe+aOzcLL94Fb145sE5yrgaCAiD77pbnTHvuzQNw8GCPOSM D/LQaViCFMhPI0pn9rpXuTvno2Rr0uPL/nexNC38mGmTgQiEaXweQBqet3ZO8qxqV6aA cWTBUlXLjHmFxy35Ur8FVD4LC8bU7P1SaMBa3U9jVHTnAZq4NAtD4filXamWYiIRB61r 3+Uh1wb9y0+eO7B0HFij9zLgeGZlh0ebeqGxdObGLIISH9nE1aRlzuGSI9rgF4P0ha1M 5V+Y/IGkUQyNFLjVOLl1ebFc72Jec2xvHmaz1Kx2Y35qmT+pk7fKQkFvK4qUl4jYDXJq r3Gg== X-Received: by 10.180.74.236 with SMTP id x12mr70443461wiv.40.1421948417522; Thu, 22 Jan 2015 09:40:17 -0800 (PST) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.194.170.193 with HTTP; Thu, 22 Jan 2015 09:39:37 -0800 (PST) In-Reply-To: <54C1352A.3030805@php.net> References: <54C12DD8.7020800@lerdorf.com> <54C1352A.3030805@php.net> Date: Thu, 22 Jan 2015 18:39:37 +0100 X-Google-Sender-Auth: 5SFlZSHWpTVoNv6-oCFmeUOWyUY Message-ID: To: Sebastian Bergmann Cc: PHP Internals Content-Type: multipart/alternative; boundary=f46d043c7edc50c3b4050d412ab7 Subject: Re: [PHP-DEV] PHP7 Homework for everyone reading this list From: jpauli@php.net (Julien Pauli) --f46d043c7edc50c3b4050d412ab7 Content-Type: text/plain; charset=UTF-8 On Thu, Jan 22, 2015 at 6:36 PM, Sebastian Bergmann wrote: > Am 22.01.2015 um 18:05 schrieb Rasmus Lerdorf: > > It would be really useful if we got more eyes on this. Install php7, > > then install any random app and see how it goes. > > It's even easier to check whether a component or framework has issues > with PHP 7: simply run the respective test suite with PHP 7. > > With the exception of one test case, the test suite for PHPUnit > itself runs without a problem on PHP 7. The one test that fails is > related to the textual representation of SplObjectStorage objects: > > Failed asserting that two strings are equal. > --- Expected > +++ Actual > @@ @@ > - ) > +- 'inf' => null > +- ) > +- '000000006a6ff9c8000000006911d926' => Array &1 ( > +SplObjectStorage Object &000000006a6ff9ce000000006910251e ( > + '000000006a6ff9c8000000006911d926' => Array &0 ( > -+ 'obj' => stdClass Object &000000006a6ff9c8000000006911d926 () > + 'obj' => stdClass Object &000000006a6ff9c8000000006911d926 () > 'inf' => null > ) > -- '000000006a6ff9c8000000006911d926' => Array &0 > ) > ' > > Hopefully I'll have the time soon to investigate this. > > It would be great if Travis CI would offer PHP 7 nightly / weekly > builds to test against. The we could ask the projects that run their > tests on Travis CI to enable PHP 7 for their builds. Hello, I used to run Symfony2 and Doctrine2 test suite on PHP7. I will push such tests in the next time, and run them when I run PHP 5.x new release against those tests Julien.P --f46d043c7edc50c3b4050d412ab7--