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

zend-modulemanager 2.8.3

Compare
Choose a tag to compare
@michalbundyra michalbundyra released this 18 Oct 21:03
· 10 commits to master since this release
release-2.8.3

Added

  • #85 adds support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #88 fixes
    how cache files are created. Temporary file is created first and when
    completed it is renamed to target file. It prevents from loading uncompleted
    files.