All notable changes to this project will be documented in this file, in reverse chronological order by release.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #27 adds support for PHP 7.3.
- Nothing.
- Nothing.
- Nothing.
- #30 provides fixes to ensure the various Reflection classes can be safely de/serialized under PHP 7.4.
-
#26 adds support for PHP 7.1 and 7.2.
-
#19 adds the ability to register any PHP callable with
Zend\Server\Method\Callback
.
- Nothing.
- Nothing.
- #26 removes support for HHVM.
- #20 fixes how
Cache::save()
works whenServer::getFunctions()
returns an associative array instead of aDefinition
, ensuring it will also skip any blacklisted methods when used in this way.
- #13 adds and publishes the documentation to https://zendframework.github.io/zend-server
- #14 adds support for zend-code v3 (while retaining support for zend-code v2).
- #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 toperformDispatch()
).
- #14 removes support for PHP 5.5; the new minimum supported version of PHP is 5.6.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #11 updates the
dependencies to use zend-stdlib
^2.5 || ^3.0
.
- #3 adds support for
resolving
{@inheritdoc}
annotations to the original parent during reflection.
- Nothing.
- Nothing.
- #2 fixes misleading exception in reflectFunction that referenced reflectClass.