This repository has been archived by the owner on Jan 31, 2020. It is now read-only.
zend-server 2.8.0
weierophinney
released this
30 Apr 22:22
·
11 commits
to master
since this release
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 whenServer::getFunctions()
returns an
associative array instead of aDefinition
, ensuring it will also skip
any blacklisted methods when used in this way.