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/

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to