This repository has been archived by the owner on Jan 31, 2020. It is now read-only.
zend-server 2.7.0
weierophinney
released this
20 Jun 22:30
·
53 commits
to master
since this release
Added
- #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).
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 toperformDispatch()
).
Removed
- #14 removes support
for PHP 5.5; the new minimum supported version of PHP is 5.6.
Fixed
- Nothing.