All notable changes to this project will be documented in this file, in reverse chronological order by release.
#26 adds support for PHP 7.1 and 7.2.
#19 adds the ability to register any PHP callable with Zend\Server\Method\Callback
.
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.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()
).^2.5 || ^3.0
.{@inheritdoc}
annotations to the original parent during
reflection.