zendframework / zend-math

Math component from Zend Framework
BSD 3-Clause "New" or "Revised" License
54 stars 25 forks source link

2.7: issue with latest RandomLib #23

Open remicollet opened 8 years ago

remicollet commented 8 years ago

With RandomLib (and without mcrypt), running zend-form test suite:

PHP Fatal error: Class Zend\Math\Source\HashTiming contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (RandomLib\Source::isSupported) in /usr/share/php/Zend/Math/Source/HashTiming.php on line 111

remicollet commented 8 years ago

Notice also raised during zend-math test suite, see (Fedora QA) https://apps.fedoraproject.org/koschei/package/php-zendframework-zend-math?collection=f26

ezimuel commented 8 years ago

@remicollet ircmaxell/RandomLib added the method isSupported to the interface RandomLib\Source. To fix this we need to merge #24 as new release 2.7.1. @weierophinney what do you think?

weierophinney commented 8 years ago

Let's wait and see if Anthony addresses the BC break, first; if so, we can potentially exclude that release from our supported versions list.

remicollet commented 8 years ago

Anthony have answered on PR #24

tasmaniski commented 7 years ago

Yep, I have same issue. Does anyone found hack for this fatal error?

reinfi commented 7 years ago

When will this be fixed?

weierophinney commented 4 years ago

This repository has been closed and moved to laminas/laminas-math; a new issue has been opened at https://github.com/laminas/laminas-math/issues/1.