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

Releases: zendframework/zend-server

zend-server 2.8.1

16 Oct 18:52
release-2.8.1
Compare
Choose a tag to compare

Added

  • #27 adds support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #30 provides fixes to ensure the various Reflection classes can be safely de/serialized under PHP 7.4.

zend-server 2.8.0

30 Apr 22:22
Compare
Choose a tag to compare

Added

  • #26 adds support for PHP 7.1 and 7.2.

  • #19 adds the ability to register any PHP callable with Zend\Server\Method\Callback.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #26 removes support for HHVM.

Fixed

  • #20 fixes how Cache::save() works when Server::getFunctions() returns an
    associative array instead of a Definition, ensuring it will also skip
    any blacklisted methods when used in this way.

zend-server 2.7.0

20 Jun 22:30
Compare
Choose a tag to compare

Added

Deprecated

  • #14 deprecates all underscore-prefixed methods of AbstractServer; they will be renamed in version 3 to remove the prefix (though, in the case of _dispatch(), it will be renamed entirely, likely to performDispatch()).

Removed

  • #14 removes support
    for PHP 5.5; the new minimum supported version of PHP is 5.6.

Fixed

  • Nothing.

zend-server 2.6.1

04 Feb 20:49
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #11 updates the dependencies to use zend-stdlib ^2.5 || ^3.0.

zend-server 2.6.0

17 Dec 20:08
Compare
Choose a tag to compare

Added

  • #3 adds support for resolving {@inheritdoc} annotations to the original parent during reflection.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #2 fixes misleading exception in reflectFunction that referenced reflectClass.