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

zend-memory 2.6.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 30 Apr 15:45
· 17 commits to master since this release

Added

  • #18 adds support for PHP 7.1 and 7.2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #18 removes support for PHP 5.5.

  • #18 removes support for HHVM.

Fixed

  • #13 fixes the Zend\Memory\Container\Movable::markAsSwapped() method to correctly set
    the SWAPPPED bit instead of the LOADED bit.