zendframework / zend-serializer

Serializer component from Zend Framework
BSD 3-Clause "New" or "Revised" License
45 stars 19 forks source link

Failed test with PHP 7.x #23

Closed remicollet closed 7 years ago

remicollet commented 8 years ago

Discovered in Fedora CI, https://apps.fedoraproject.org/koschei/package/php-zendframework-zend-serializer?collection=f25

There was 1 failure:
1) ZendTest\Serializer\Adapter\WddxTest::testUnserializeFalse
Failed asserting that true matches expected false.
/builddir/build/BUILD/zend-serializer-ff74ea020f5f90866eb28365327e9bc765a61a6e/test/Adapter/WddxTest.php:136
FAILURES!

Not detected by travis as wddx extension is not available, and not yet covered by PHP test suite. Can you please enable it ?

This is an upstream bug, see https://bugs.php.net/bug.php?id=72564 Fix will be in 7.0.10

So mostly for your information

marc-mabe commented 8 years ago

@remicollet Thanks for your bug report and info! I tried to enable/install the wddx extension on travis but failed because it's not available in travis and there is no pecl extension available. Do you have an idea how I can install this extension?

remicollet commented 8 years ago

Sorry, but I have no idea how to do this on travis

marc-mabe commented 7 years ago

@remicollet Is that still an issue or can we close it?

remicollet commented 7 years ago

The issue exists in old PHP version, so this can probably be closed.

marc-mabe commented 7 years ago

Closed as not an issue anymore