Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

zend-math 2.7.0

Compare
Choose a tag to compare
@ezimuel ezimuel released this 07 Apr 16:54
· 132 commits to master since this release

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #16 updates
    Zend\Math\Rand to use PHP 7's random_bytes() and random_int() or mcrypt
    when detected, and fallback to ircmaxell/RandomLib otherwise, instead of using
    openssl. This provides more cryptographically secure pseudo-random generation.