Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80982 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36153 invoked from network); 22 Jan 2015 18:05:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jan 2015 18:05:01 -0000 Authentication-Results: pb1.pair.com header.from=php@beccati.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=php@beccati.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain beccati.com designates 176.9.114.167 as permitted sender) X-PHP-List-Original-Sender: php@beccati.com X-Host-Fingerprint: 176.9.114.167 spritz.beccati.com Received: from [176.9.114.167] ([176.9.114.167:38185] helo=mail.beccati.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B4/2C-61273-BCB31C45 for ; Thu, 22 Jan 2015 13:05:00 -0500 Received: (qmail 14192 invoked from network); 22 Jan 2015 18:04:55 -0000 Received: from home.beccati.com (HELO ?192.168.1.202?) (88.149.176.119) by mail.beccati.com with SMTP; 22 Jan 2015 18:04:55 -0000 Message-ID: <54C13BB9.5090908@beccati.com> Date: Thu, 22 Jan 2015 19:04:41 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: internals@lists.php.net CC: Dmitry Stogov , Sebastian Bergmann References: <54C12DD8.7020800@lerdorf.com> <54C1352A.3030805@php.net> In-Reply-To: <54C1352A.3030805@php.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP7 Homework for everyone reading this list From: php@beccati.com (Matteo Beccati) Hi, On 22/01/2015 18:36, Sebastian Bergmann wrote: > -+ '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. FWIW, I've been doing this since quite a long time already for a few selected projects (including PHPUnit) on: https://revive.beccati.com/bamboo/ I've been monitoring the project builds and reporting failures on #php.pecl. Until now, this has proved to be very useful. I had to quarantine a couple of tests in Doctrine and PHPUnit as they both depend on the re-usage of the hashes returned by spl_object_hash(), which shouldn't actually be depended upon (am I right dmitry?). Cheers -- Matteo Beccati Development & Consulting - http://www.beccati.com/